aboutsummaryrefslogtreecommitdiff
path: root/scripts/launch_terminals_ke-site
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-18 21:25:54 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-18 21:25:54 +0530
commitaa1e80d0113585a8b63c2c2181848150351616ed (patch)
treedfa68380be50e0ec07e024a65776358185e2a752 /scripts/launch_terminals_ke-site
parentbd12394a8a719b09fb5730ca81db0ee68d9014c8 (diff)
played around with XMonad TreeSelect
Diffstat (limited to 'scripts/launch_terminals_ke-site')
-rwxr-xr-xscripts/launch_terminals_ke-site12
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 &