6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
echo "Status: 200 OK"
|
|
echo "Content-Type: text/plain"
|
|
echo ""
|
|
refresh_sd
|