This commit is contained in:
10
sos/build.sh
Executable file
10
sos/build.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
if [ ! -f "${SCRIPT_DIR}/sos" ]; then
|
||||
echo "Error: sos not found in ${SCRIPT_DIR}"
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user