File: mess.sh

package info (click to toggle)
libtommath 0.39-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,560 kB
  • ctags: 1,453
  • sloc: ansic: 14,338; perl: 361; makefile: 236; asm: 30; sh: 1
file content (4 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (23)
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" ; exit 1; fi