3 lines
63 B
Bash
3 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/usr/bin/curl localhost:8000 > ./__data__/data.out
|