6 lines
30 B
Bash
6 lines
30 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sleep 5
|
||
|
|
||
|
./restapi
|