8 lines
74 B
Bash
8 lines
74 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
set -u
|
|
|
|
source myfunctions.sh
|
|
|
|
myerror 42 hello world |