git/contrib/git-shell-commands/help

19 lines
283 B
Bash
Executable File

#!/bin/sh
if tty -s
then
echo "Run 'help' for help, or 'exit' to leave. Available commands:"
else
echo "Run 'help' for help. Available commands:"
fi
cd "<