File: script_failed.sh

package info (click to toggle)
tmuxp 1.64.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,500 kB
  • sloc: python: 17,788; sh: 22; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh


echoerr() { echo "$@" 1>&2; }
echoerr An error has occurred

exit 113   # Will return 113 to shell.
           # To verify this, type "echo $?" after script terminates.