X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=blobdiff_plain;f=clean.sh;h=496d46f05ead24f1ddbaf1c7f39e5513db2927fe;hp=4ca5db6ec344eefea15646f19e16d0fbca9c14db;hb=22ad92b9f8cf9f726ff9b9caa530ecf13d35fc87;hpb=0b5965cd1e6ed1758170691ac858b74be6e1ea0b diff --git a/clean.sh b/clean.sh index 4ca5db6..496d46f 100755 --- a/clean.sh +++ b/clean.sh @@ -51,7 +51,7 @@ done for f in $(find -type f -executable); do if [ -f ${f}.cc ] || [ -f ${f}.c ]; then - echo "move $f to ${TRASH} (source code exists)" + echo "Moving $f to ${TRASH} (source code exists)" mv $f ${TRASH} fi done