#!/bin/sh

PATH=$PATH:/usr/libexec/Camomile/
cd /usr/libexec/Camomile/
echo "camomile help; echo "Run camomile command with above arguments"" > /tmp/camomilebash
xdg-terminal "/bin/bash --rcfile /tmp/camomilebash"
