mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 00:18:44 +00:00
7 lines
98 B
Python
Executable File
7 lines
98 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import sys
|
|
import os
|
|
|
|
os.system('meld "%s" "%s"' % (sys.argv[2], sys.argv[5]))
|