3 lines
122 B
Bash
Executable file
3 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/bin/meas_json
|