libtomcrypt/mess.sh

5 lines
122 B
Bash
Raw Normal View History

2005-06-09 00:08:13 +00:00
#!/bin/bash
2006-05-29 23:12:56 +00: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-09 00:08:13 +00:00