BUGFIX: when deleting directories, delete any files within them
[tfs.git] / docs / examples / t01-help-cmd.sh
blob338de45de251c2d0cee9580dc6d73bddaecb5b7b
1 #!/bin/sh
2 echo tf help
3 tf help
4 for i in `tf help /list`; do
5 echo tf help $i;
6 tf help $i;
7 done