mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/sh
|
|
java -jar /usr/lib/freerouting/freerouting-executable.jar "$@"
|
|
exit 0
|