Fix file name

This commit is contained in:
Jake Howard 2016-03-19 20:06:06 +00:00
parent ee045cdf5e
commit 457ec51296
2 changed files with 7 additions and 1 deletions

7
yaourt/export.py Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python3
import os, json
os.system('sudo yaourt -Syau')
packages = " ".join(json.load(open('packages.json')))
print("sudo yaourt -S {} ".format(packages))

View File

@ -1 +0,0 @@
#!/usr/bin/env python3