Added VIM tools, and help pages to all scripts missing one
This commit is contained in:
@@ -140,6 +140,10 @@ def initialize():
|
||||
return entries
|
||||
|
||||
def main():
|
||||
if (len(sys.argv)>1):
|
||||
if (sys.argv[1]=="-h"):
|
||||
print("Start within a VNC session to select different screen resolutions")
|
||||
sys.exit(0)
|
||||
entries=initialize()
|
||||
print(entries)
|
||||
ch=getch()
|
||||
|
||||
Reference in New Issue
Block a user