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