From aa1e80d0113585a8b63c2c2181848150351616ed Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 18 Feb 2021 21:25:54 +0530 Subject: played around with XMonad TreeSelect --- scripts/launch_terminals_ke-site | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/launch_terminals_ke-site (limited to 'scripts/launch_terminals_ke-site') 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 & -- cgit v1.2.3