diff options
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 & |