From b9ca13207144869d63c4d1e36ebe5813f2af6965 Mon Sep 17 00:00:00 2001
From: Your Name <j@842.be>
Date: Sun, 1 Jun 2025 19:28:54 +1200
Subject: [PATCH] 'Generic Commit'

---
 dropshell-tool/build.sh | 13 ++++++++++++-
 sos/sos                 |  1 -
 2 files changed, 12 insertions(+), 2 deletions(-)

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 <server> <label:tag> <file>