Skip to content

Instantly share code, notes, and snippets.

@dualyticalchemy
Last active April 6, 2020 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dualyticalchemy/096dd0abdf54bf50dc28151cc2b3e242 to your computer and use it in GitHub Desktop.
Save dualyticalchemy/096dd0abdf54bf50dc28151cc2b3e242 to your computer and use it in GitHub Desktop.
EntityCreated.sh
echo "last: "$RANDOM && export RANDOMSTRING="$(md5 -s $RANDOM | cut -d' ' -f4)" && export DATENOW="$(date)" && curl -X POST https://anotherfaileddeployment.azurewebsites.net/humans -d '{ "beds": { "quantity": 100 }, "profile": [{ "name": "profileX" }], "name": "NewName", "location": "Anywhere", "randomString": "'$RANDOMSTRING'", "createdAt": "'$DATENOW'" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment