4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/sh
|
|
THOTDIR=%%PREFIX%%/share/thot
|
|
export THOTDIR
|
|
exec %%PREFIX%%/bin/thot
|