File: script_failed.sh

package info (click to toggle)
tmuxp 1.62.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,800 kB
  • sloc: python: 7,989; makefile: 202; sh: 21
file content (8 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (3)
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.