3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
exec 2>&1
|
|
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 ncat -U /tmp/json_socket
|