21 lines
346 B
Bash
Executable File
21 lines
346 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
|
|
# run sos to upload dropshell-tool-install.sh
|
|
"${SCRIPT_DIR}/sos/sos" upload "${SCRIPT_DIR}/dropshell-tool-install.sh" "dropshell-tool-install.sh"
|
|
|
|
|
|
# build and publish all dropshell tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# build and publish all dropshell tools
|
|
|