Revision bc7d13ea
Added by koszko over 1 year ago
upload_amo.sh | ||
---|---|---|
15 | 15 |
|
16 | 16 |
set -e |
17 | 17 |
|
18 |
. ./shell_utils.sh |
|
19 |
|
|
20 | 18 |
_PROG_NAME="$0" |
21 | 19 |
OPERATION="$1" |
22 | 20 |
API_KEY="$2" |
Also available in: Unified diff
don't source shell_utils.sh which no longer exists