view libtomcrypt/mess.sh @ 1892:3442105b2aba

increase verboseness by allowing multiple -v
author HansH111 <hans@atbas.org>
date Sat, 19 Mar 2022 08:55:31 +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