Add PuTTY-related lines to update_all.py
update_all.py is used to keep all color schemes in sync. Added lines to call xrdb2putty.py when other scripts are called.
This commit is contained in:
parent
6ac0915906
commit
fe6dfe2faa
1 changed files with 4 additions and 0 deletions
|
|
@ -21,3 +21,7 @@ if __name__ == '__main__':
|
||||||
terminator_path = '../terminator/'
|
terminator_path = '../terminator/'
|
||||||
print("--> " + terminator_path)
|
print("--> " + terminator_path)
|
||||||
subprocess.Popen(['./xrdb2terminator.py', '../xrdb/', '-d', terminator_path])
|
subprocess.Popen(['./xrdb2terminator.py', '../xrdb/', '-d', terminator_path])
|
||||||
|
|
||||||
|
putty_path = '../putty/'
|
||||||
|
print("--> " + putty_path)
|
||||||
|
subprocess.Popen(['./xrdb2putty.py', '../xrdb/', '-d', putty_path])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue