void-packages/srcpkgs/chatty/files/chatty

5 lines
63 B
Bash

#!/bin/sh
cd /usr/share/chatty
exec java -jar Chatty.jar "$@"