mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
9d5ed350a7
to branch 'au.asn.ucc.matt.dropbear' (head ecd779509ef23a8cdf64888904fc9b31d78aa933) --HG-- extra : convert_revision : d26d5eb2837f46b56a33fb0e7573aa0201abd4d5
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
|
|
|
|
|