Mercurial > dropbear
view libtomcrypt/mess.sh @ 538:7c8cdc5d2269
merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'
and 'ef3b41f37e9f4dd45358bc40f9559ee23f71c284'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 17 Mar 2009 22:30:39 +0000 |
parents | 0cbe8f6dbf9e |
children |
line wrap: on
line source
#!/bin/bash if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi