File: mess.sh

package info (click to toggle)
dropbear 2016.74-5%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,776 kB
  • sloc: ansic: 71,848; sh: 3,588; makefile: 623; perl: 409; asm: 30
file content (4 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (14)
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