Commit 9e3a914

xxwhirlpool  ·  2026-04-09 02:06:18 -0400 EDT
parent 5b8c290
screenshots on tokki
2 files changed,  +4, -0
+2, -0
1@@ -10,6 +10,8 @@ if [[ $(hostname) == "mariposa" ]]; then
2 	SHOTPATH="/home/kat/Pictures/Screenshots"
3 elif [[ $(hostname) == "kwangya" ]]; then
4 	SHOTPATH="/media/kat/disk/Pictures/Screenshots"
5+elif [[ $(hostname) == "tokki" ]]; then
6+	SHOTPATH="/home/kat/Pictures/Screenshots"
7 else
8 	echo "fuck"
9 fi
+2, -0
1@@ -10,6 +10,8 @@ if [[ $(hostname) == "mariposa" ]]; then
2 	SHOTPATH="/home/kat/Pictures/Screenshots"
3 elif [[ $(hostname) == "kwangya" ]]; then
4 	SHOTPATH="/media/kat/disk/Pictures/Screenshots"
5+elif [[ $(hostname) == "tokki" ]]; then
6+	SHOTPATH="/home/kat/Pictures/Screenshots"
7 else
8 	echo "fuck"
9 fi