cmd-runner 0.0.2

A simple task cmd runner
Documentation
1
2
3
4
5
6
7
8
9
fst shell/deploy/main.fs

$msg = add cmd file

git add .
git commit -m $msg
git push origin master 
 
echo fst is done