mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-11 03:45:08 -05:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
exec_prefix="@exec_prefix@"
|
|
exec mono "@bindir@/thememan.exe" "$@"
|