mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 11:39:03 +00:00
903ecd9eae
--HG-- branch : xibless
10 lines
150 B
Python
10 lines
150 B
Python
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
import os
|
|
|
|
def main():
|
|
return os.system('open "{{app_path}}"')
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(main()) |