diff --git a/dropshell-tool/build.sh b/dropshell-tool/build.sh index 27d8ddd..bc8b6cf 100755 --- a/dropshell-tool/build.sh +++ b/dropshell-tool/build.sh @@ -3,7 +3,18 @@ set -euo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -DROPSHELL_BUILD_DIR="${SCRIPT_DIR}/../dropshell-build/src" +TEMP_DIR=$(mktemp -d) +SOS="${TEMP_DIR}/sos" + +curl -L -o "${SOS}" https://getbin.xyz/sos +chmod +x "${SOS}" + + + + + + + # make canonical path DROPSHELL_BUILD_DIR=$(realpath "${DROPSHELL_BUILD_DIR}") diff --git a/sos/sos b/sos/sos index db7547a..f7ef403 100755 --- a/sos/sos +++ b/sos/sos @@ -1,5 +1,4 @@ #!/bin/bash - set -euo pipefail # sos upload