diff --git a/scripts/close_aerie.sh b/scripts/close_aerie.sh new file mode 100644 index 0000000..ec17edb --- /dev/null +++ b/scripts/close_aerie.sh @@ -0,0 +1,4 @@ +curl -XPOST \ + -H "Content-Type: application/json" \ + --data '{"consumer_key": "","consumer_secret":"","aerie":false }' \ + http://localhost:3000/api/update.php diff --git a/scripts/open_aerie.sh b/scripts/open_aerie.sh new file mode 100644 index 0000000..ddd8ff5 --- /dev/null +++ b/scripts/open_aerie.sh @@ -0,0 +1,4 @@ +curl -XPOST \ + -H "Content-Type: application/json" \ + --data '{"consumer_key": "","consumer_secret":"","aerie":true }' \ + http://localhost:3000/api/update.php