aboutsummaryrefslogtreecommitdiffhomepage
path: root/threadcat-list.sh
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-15 07:28:58 -0500
committerColin Okay <colin@cicadas.surf>2022-08-15 07:28:58 -0500
commitb5a258652de9bf6b8f0c56e13720240e444bd93b (patch)
tree048b71666f51b7638a07a891d8f1edaa4d4f14da /threadcat-list.sh
parentd6f05e96cb5b139b1ea0ad7a166205d9e31c2440 (diff)
[add] toplevel threadcat script; [altered] command scripts to fit
Diffstat (limited to 'threadcat-list.sh')
-rwxr-xr-xthreadcat-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadcat-list.sh b/threadcat-list.sh
index 420a9ff..89f490e 100755
--- a/threadcat-list.sh
+++ b/threadcat-list.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-ssh $CICADAS_USER@cicadas.surf "ls -lt /opt/threadcat/" | awk '{ s = ""; for (i = 6; i <= 9; i++) s = s $i " "; print s }'
+ssh $THREADCAT_USER "ls -lt /opt/threadcat/" | awk '{ s = ""; for (i = 6; i <= 9; i++) s = s $i " "; print s }'