File: dircheck

package info (click to toggle)
grhino 0.16.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: cpp: 10,637; sh: 3,120; xml: 1,099; makefile: 432; perl: 337; sed: 27
file content (6 lines) | stat: -rwxr-xr-x 94 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh
if test -e alphabeta.cc; then
	exit 0
fi
echo cannot run from this directory
exit 1