File: mess.sh

package info (click to toggle)
libtomcrypt 1.17-3.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,216 kB
  • sloc: ansic: 38,796; makefile: 348; sh: 88; perl: 48
file content (4 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (15)
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