view libtommath/mess.sh @ 1671:5c8913b7464c

Mention Ed25519 in dropbearkey man (#94)
author Vladislav Grishenko <themiron@users.noreply.github.com>
date Mon, 25 May 2020 18:28:27 +0500
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