Files
getpkg/sos/build.sh
2025-05-31 22:02:26 +12:00

11 lines
210 B
Bash
Executable File

#!/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