aboutsummaryrefslogtreecommitdiffhomepage
path: root/threadcat-list.sh
blob: 420a9ffcb9d5a920d25381df8ad316a96dd65cb5 (plain)
1
2
3
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 }'