mirror of
https://github.com/gryf/e-uae-wrapper.git
synced 2026-02-07 17:45:45 +01:00
Initial import
This commit is contained in:
16
script/e-uae-wrapper
Executable file
16
script/e-uae-wrapper
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Run e-uae emulator with some configuration goodies :)
|
||||
"""
|
||||
|
||||
from e_uae_wrapper import wrapper
|
||||
|
||||
|
||||
def main():
|
||||
"""run wrapper"""
|
||||
wrapper.run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user