7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
|
|
|
set -e
|
|
|
|
/opt/websockify/websockify-$VERSION/run "$@"
|