19 lines
199 B
Bash
Executable File
19 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
|
|
|
|
|
|
# build and publish all dropshell tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# build and publish all dropshell tools
|
|
|