mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
From crypt-1.05.tar.bz2, SHA1 of 88250202bb51570dc64f7e8f1c943cda9479258f --HG-- branch : libtomcrypt-orig extra : convert_revision : 5c0c50e93111636ccf8deb758a689ad713797baf
5 lines
111 B
Bash
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
|
|
|
|
|