diff options
author | Emile <hanemile@protonmail.com> | 2019-02-09 19:02:31 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-02-09 19:02:31 +0100 |
commit | 4e105fc02f5ca14652dbe03ad3bd8070b88aa504 (patch) | |
tree | 17162a22d6b284914a47546dfad68e4f6cdd95f5 | |
parent | 3e3e34f42a7ac6955ecfb2c941a2ef2b440a3d8c (diff) |
added a shebang and listing all the stars in go and csv format
-rwxr-xr-x | insertdouble.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/insertdouble.sh b/insertdouble.sh index a628497..f31b638 100755 --- a/insertdouble.sh +++ b/insertdouble.sh @@ -1,4 +1,5 @@ -curl -X POST http://localhost:8081/deleteStars +#!/usr/bin/env bash +curl -X POST http://localhost:8081/deleteStars curl -X POST http://localhost:8081/deleteNodes curl -X POST --data "w=1000" http://localhost:8081/new curl -X POST --data "x=750&y=250&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar |