From e67e24f2dcedae9836e0da35b2b6dd09f31fb82a Mon Sep 17 00:00:00 2001 From: Joel Reed Date: Sat, 28 Jul 2007 14:48:20 -0400 Subject: [PATCH] more.test.scripts --- docs/examples/t03-cache-cmd.sh | 3 +++ docs/examples/t04-workfold.sh | 5 +++++ 2 files changed, 8 insertions(+) create mode 100755 docs/examples/t03-cache-cmd.sh create mode 100755 docs/examples/t04-workfold.sh diff --git a/docs/examples/t03-cache-cmd.sh b/docs/examples/t03-cache-cmd.sh new file mode 100755 index 0000000..9f59af3 --- /dev/null +++ b/docs/examples/t03-cache-cmd.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo tf cache +tf cache diff --git a/docs/examples/t04-workfold.sh b/docs/examples/t04-workfold.sh new file mode 100755 index 0000000..6cccce0 --- /dev/null +++ b/docs/examples/t04-workfold.sh @@ -0,0 +1,5 @@ +#!/bin/sh +SERVER=$1 +WORKSPACE=$2 +echo tf workfold /server:$SERVER /workspace:$WORKSPACE +tf workfold /server:$SERVER /workspace:$WORKSPACE -- 2.11.4.GIT