summaryrefslogtreecommitdiffstats
path: root/bin/_cac_curl_api_v1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/_cac_curl_api_v1')
-rwxr-xr-xbin/_cac_curl_api_v110
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/_cac_curl_api_v1 b/bin/_cac_curl_api_v1
deleted file mode 100755
index 65acebd9..00000000
--- a/bin/_cac_curl_api_v1
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-set -euf
-
-exec _cac_exec curl -fsS "$1" "https://panel.cloudatcost.com/api/v1/$2.php" $(
- shift 2
- set -- "$@" login="$cac_login" key="$cac_key"
- for arg; do
- echo -d $(printf '%s' "$arg" | urlencode)
- done
-)