BUGFIX: tf online <path> shouldn't croak if <path> is an add awaiting
[tfs.git] / docs / examples / ex04-add-files.sh
bloba01c4ad619dad4286a071c8cf9a91624b213ab18
1 #!/bin/sh
2 SERVER=$1
3 LOGIN=$2
4 echo test1 > /tmp/opentf/test1.txt
5 echo test2 > /tmp/opentf/test2.txt
6 echo test3 > /tmp/opentf/test3.txt
7 echo tf /server:$SERVER /login:$LOGIN add /tmp/opentf/test*.txt
8 tf /server:$SERVER /login:$LOGIN add /tmp/opentf/test*.txt