7 lines
109 B
Python
7 lines
109 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
def help():
|
||
|
print("pvc - Parallel Virtual Cluster command-line utility")
|
||
|
|
||
|
help()
|