mirror of
https://github.com/clearml/dropbear
synced 2025-03-09 13:30:45 +00:00
--HG-- branch : libtommath-orig extra : convert_revision : 1c2b7d389d0682caf980235dad97493e3206389c
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
|
|
|
|
|