first commit
This commit is contained in:
9
ZAPDTR/copycheck.py
Normal file
9
ZAPDTR/copycheck.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
from shutil import copyfile
|
||||
|
||||
if (os.environ.get('ZAPD_COPYDIR') != None):
|
||||
print("Copying ZAPD.out to repo...")
|
||||
#print(os.environ.get('ZAPD_COPYDIR'))
|
||||
copyfile("ZAPD.out", os.environ.get('ZAPD_COPYDIR') + "/ZAPD.out")
|
||||
Reference in New Issue
Block a user