don't clobber workspace info cache when there are >1 TFS server
[tfs.git] / docs / examples / ex04-add-dirs.sh
blob47dc3261e304567e60ed25841109a37b02c135df
1 #!/bin/sh
2 SERVER=$1
3 LOGIN=$2
4 mkdir /tmp/opentf/testdir1
5 mkdir /tmp/opentf/testdir2
6 echo tf /server:$SERVER /login:$LOGIN add /tmp/opentf/testdir1 /tmp/opentf/testdir2
7 tf /server:$SERVER /login:$LOGIN add /tmp/opentf/testdir1 /tmp/opentf/testdir2