mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
7 lines
91 B
Bash
7 lines
91 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
SUMO_HOME=/usr/share/sumo sumo-bin $@
|
|
|
|
exit $?
|