projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5965c
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 22 Jul 2011 09:37:19 +0000
(11:37 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 22 Jul 2011 09:37:19 +0000
(11:37 +0200)
clean.sh
patch
|
blob
|
history
diff --git
a/clean.sh
b/clean.sh
index
4ca5db6
..
496d46f
100755
(executable)
--- 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