sumo.sh 91 B

123456
  1. #!/bin/sh
  2. # Copyright (C) 2015 OpenWrt.org
  3. SUMO_HOME=/usr/share/sumo sumo-bin $@
  4. exit $?