Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mess.sh « tomcrypt « 3party - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd8dc19caee4e57e24e920df08fe88e5ec327a4e (plain)
1
2
3
4
#!/bin/bash
if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi