#!/bin/sh if test $(pwd) != "/"{ echo '#!/bin/sh exec xchat' > ./usr/local/bin/defaultchat chmod 755 ./usr/local/bin/defaultchat echo "setting xchat as default chat" } else { echo '#!/bin/sh exec xchat' > /usr/local/bin/defaultchat chmod 755 /usr/local/bin/defaultchat }