don't clobber workspace info cache when there are >1 TFS server
[tfs.git] / docs / examples / ex01-create-workspace.sh
blob9d737ea4d7abe070f1c44ad6f44fd3b5c75ea7f0
1 #!/bin/sh
2 SERVER=$1
3 LOGIN=$2
4 echo tf /server:$SERVER /login:$LOGIN workspace /new "example;JREED"
5 tf /server:$SERVER /login:$LOGIN workspace /new "example;JREED"