Change output format of list commands

This commit is contained in:
2013-06-02 20:10:26 +03:00
parent 55cf26b9e6
commit bdea895af0
3 changed files with 8 additions and 4 deletions

View File

@@ -15,5 +15,5 @@ fi
list=$(find -L "$TMUXIFIER_LAYOUT_PATH" -name "*.window.sh")
for file in $list; do
file=${file/$TMUXIFIER_LAYOUT_PATH\//}
echo " ${file/.window.sh/}"
echo "${file/.window.sh/}"
done