summaryrefslogtreecommitdiff
path: root/bin/acceptance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acceptance.sh')
-rwxr-xr-xbin/acceptance.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/acceptance.sh b/bin/acceptance.sh
new file mode 100755
index 0000000..dc2944b
--- /dev/null
+++ b/bin/acceptance.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+set -e
+
+TARGET_HOST=http://infinite-atoll-2481.herokuapp.com
+
+clear
+
+echo connecting to $TARGET_HOST
+curl $TARGET_HOST
+echo
+
+echo connecting to $TARGET_HOST/v1/licenses
+curl $TARGET_HOST/v1/licenses
+echo