summaryrefslogtreecommitdiff
path: root/help
blob: 36651372d07b97c6e2172bc4ef627f8c88bd636e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

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

Available Commands:
ls
init <name>
desc <name>
rm <name>
bash
"""