3 lines
70 B
Bash
3 lines
70 B
Bash
#!/bin/sh
|
|
/usr/share/PySolFC/pysol.py "$@" --sound-mod=pygame
|
|
exit $?
|
#!/bin/sh
|
|
/usr/share/PySolFC/pysol.py "$@" --sound-mod=pygame
|
|
exit $?
|