4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
exec_prefix="@exec_prefix@"
|
||
|
exec mono "@bindir@/thememan.exe" "$@"
|