:-'Generic Commit'
This commit is contained in:
15
publish_all.sh
Normal file → Executable file
15
publish_all.sh
Normal file → Executable file
@ -1,5 +1,20 @@
|
||||
#!/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
|
||||
|
||||
|
Reference in New Issue
Block a user