aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-16 07:32:14 -0500
committerColin Okay <colin@cicadas.surf>2022-08-16 07:32:14 -0500
commit24ad5f47f7db12a4e3af45259364c451c6f655e3 (patch)
tree83e1c4a8804f597de68e1ef6e42bfb715e941bc1
parent6a995ac64be59a112603f9f19e959ee1786960eb (diff)
[remove] printing of time on board listing
-rwxr-xr-xthreadcat-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadcat-list.sh b/threadcat-list.sh
index 806485e..bed799e 100755
--- a/threadcat-list.sh
+++ b/threadcat-list.sh
@@ -8,7 +8,7 @@ LISTING_HEADING="~~~~~~~~~~~~~~~~~~~"
if [ -z "${BOARD}" ]; then
echo "BOARDS"
echo $LISTING_HEADING
- ssh $THREADCAT_USER "ls -lt /opt/threadcat | grep ^d" | awk '{print ($6 " " $7 " " $8 " -- " $9);}'
+ ssh $THREADCAT_USER "ls -lt /opt/threadcat | grep ^d" | awk '{print $9;}'
echo ""
echo "TOP LEVEL THREADS"
echo $LISTING_HEADING