4 lines
61 B
Python
Executable File
4 lines
61 B
Python
Executable File
#!/bin/sh
|
|
|
|
exec python "`dirname $0`/../nodhcp/main.py" "$@"
|