initial commit
This commit is contained in:
commit
73bd45462c
11
vimtabdiff.py
Executable file
11
vimtabdiff.py
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import os,sys
|
||||
|
||||
def main():
|
||||
local, remote = sys.argv[1:]
|
||||
print("Helloworld")
|
||||
print(f"{local=} {remote=}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Reference in New Issue
Block a user