tomcrypt/mess.sh

5 lines
122 B
Bash
Raw Normal View History

2005-06-08 20:08:13 -04:00
#!/bin/bash
2006-05-29 19:12:56 -04:00
if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
2005-06-08 20:08:13 -04:00