6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
SUMO_HOME=/usr/share/sumo sumo-bin $@
|
|
|
|
exit $?
|