view libtommath/mess.sh @ 1126:2dee3eef5344

Prepend DROPBEAR for scp.c
author Nikolay Shopik <shopik@inblock.ru>
date Thu, 12 Mar 2015 15:14:47 +0300
parents 5ff8218bcee9
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" ; exit 1; fi