This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ac36c5bbb1
apenwarr-redo
/
t
/
deps
/
clean.do
2 lines
51 B
Text
Raw
Normal View
History
Unescape
Escape
user-friendliness sanity checks: catch common mistakes regarding $1/$2/$3. .do files should never modify $1, and should write to *either* $3 or stdout, but not both. If they write to both, it's probably because they forgot to redirect stdout to stderr, a very easy mistake to make but a hard one to detect. Now redo detects it for you and prints an informative message.
2010-11-22 04:40:54 -08:00
rm -f *~ .*~ *.count t1a overwrite overwrite[123]
Reference in a new issue
Copy permalink