Files
dropbear/mess.sh
Matt Johnston b15f54e39c Import of libtomcrypt 1.05
--HG--
branch : libtomcrypt-orig
extra : convert_revision : 42edf60b8235e6aa06e306688266188818e41c03
2005-07-06 03:53:40 +00:00

5 lines
111 B
Bash

#!/bin/bash
if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi