diff options
| -rwxr-xr-x | help | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,8 +3,8 @@ echo -e "\e]0;$USER@$HOSTNAME\e\\" -cd "$(dirname "$0")" if [ $# -eq 0 ]; then + cd "$(dirname "$0")" echo "Commands available:" find -L . -maxdepth 1 -type f \! -name '.*' -execdir perl -e '$w=80;$buf=""; for (@ARGV) { s@^\./@@; if (length("$buf $_") > $w) { print("$buf\n"); $buf = ""; } $buf .= " $_"; } print("$buf\n");' {} + echo |
