automated terminal push
This commit is contained in:
24
test/failure/eval-failure-create-new.bash
Normal file
24
test/failure/eval-failure-create-new.bash
Normal file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
##
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
##
|
||||
|
||||
echo "##"
|
||||
echo "## creating new [failure] record in the database"
|
||||
echo "##"
|
||||
|
||||
curl -X POST \
|
||||
http://localhost:8888/channel/monthly/games/failure/add \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"url": "https://www.garudanet.com/talisman.txt","hostIP":"falcon"}'
|
||||
Reference in New Issue
Block a user