mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
exec_prefix="@exec_prefix@"
|
|
exec mono "@bindir@/thememan.exe" "$@"
|