File: check_sendfile

package info (click to toggle)
sendfile 2.1-8.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,232 kB
  • ctags: 680
  • sloc: ansic: 11,722; sh: 2,443; perl: 228; makefile: 132; java: 36
file content (6 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#!/bin/sh
if [ ! -z "`receive -l 2>/dev/null`" ]; then
  echo
  echo 'You have files in your spool directory. Type "receive"'
  echo
fi