'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 5s

This commit is contained in:
Your Name 2025-06-01 19:28:54 +12:00
parent 3f9b2d3d7c
commit b9ca132071
2 changed files with 12 additions and 2 deletions

View File

@ -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}")

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -euo pipefail
# sos upload <server> <label:tag> <file>