diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-18 21:25:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-18 21:25:54 +0530 |
commit | aa1e80d0113585a8b63c2c2181848150351616ed (patch) | |
tree | dfa68380be50e0ec07e024a65776358185e2a752 /scripts/launch_terminals_ke-site | |
parent | bd12394a8a719b09fb5730ca81db0ee68d9014c8 (diff) |
played around with XMonad TreeSelect
Diffstat (limited to 'scripts/launch_terminals_ke-site')
-rwxr-xr-x | scripts/launch_terminals_ke-site | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/launch_terminals_ke-site b/scripts/launch_terminals_ke-site new file mode 100755 index 00000000..d375fb83 --- /dev/null +++ b/scripts/launch_terminals_ke-site @@ -0,0 +1,12 @@ +#!/bin/bash +# this script launches four terminals where +# the website I'm currently working upon is + +cd /zt/Docs/web/KEsite/KE-website/ +st & st & + +cd templates/ +st & + +cd ../static/css/ +st & |