This commit is contained in:
James Tomasino 2023-01-28 00:00:02 +00:00
parent d7de47e3f5
commit 702f0278ae
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
ship="$(/bin/pwd -L | sed 's|.*/||')"
desc="/var/gopher/${ship}/.description"
if [ -f "$desc" ]; then
cat "$desc"
awk '{ print "i" $0 "\t" }' "$desc"
printf "\\n"
fi