fix formatting

This commit is contained in:
znqv 2024-04-09 23:30:06 -04:00
parent 37695f0b5b
commit 8f3f8926dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
plan=$(ls /home/*/.plan | ruby -e 'puts STDIN.readlines.shuffle.first')
user=$(stat -f '%Su' "$plan")
finger "$user@tilde.pink" | sed 's/\t/\n/g'
finger "$user@tilde.pink" | sed 's/\t/ /g'