diff --git a/bin/neighborcat b/bin/neighborcat new file mode 100755 index 0000000..21621e5 --- /dev/null +++ b/bin/neighborcat @@ -0,0 +1,3 @@ +#!/bin/sh + +python3 /opt/services/neighborcat/neighborcat.py "$@"