mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
3 lines
74 B
Bash
3 lines
74 B
Bash
|
#!/bin/sh
|
||
|
exec java -Xmx512m -jar /usr/share/openstego/openstego.jar "$@"
|