summaryrefslogtreecommitdiff
path: root/help
blob: c60e0ae66a528ce3b2fa17fe05d3982a5fa2d7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

echo """Welcome to git-shell on $(uname -n)!

Available Commands:
ls
init <name>
desc <name>
rm <name>
ignore <name>
unignore <name>
bash
clone-all-github
setup-receive-hooks
"""