Initial commit

This commit is contained in:
2018-05-31 20:26:44 -04:00
commit c42795049f
5 changed files with 202 additions and 0 deletions

6
pvc.py Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
def help():
print("pvc - Parallel Virtual Cluster command-line utility")
help()