5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
cd %%PREFIX%%/share/Bugdom/
|
|
exec %%PREFIX%%/share/Bugdom/Bugdom "$@"
|