diff --git a/IBM-GTS-Workflows/zOS/download-zpdt.sh b/IBM-GTS-Workflows/zOS/download-zpdt.sh deleted file mode 100755 index 059c2b6..0000000 --- a/IBM-GTS-Workflows/zOS/download-zpdt.sh +++ /dev/null @@ -1,9 +0,0 @@ -#/bin/sh -zowe profiles set zosmf LBI9 -bd="/_APPS/mfauto/workflows/ZOS" -zowe files ls uss $bd \ - | grep -i zos \ - | awk {'print $1'} \ - | while read line; - do zowe files dl uf $bd/$line -b; - done \ No newline at end of file diff --git a/IBM-GTS-Workflows/zOS/download.sh b/IBM-GTS-Workflows/zOS/download.sh deleted file mode 100755 index 059c2b6..0000000 --- a/IBM-GTS-Workflows/zOS/download.sh +++ /dev/null @@ -1,9 +0,0 @@ -#/bin/sh -zowe profiles set zosmf LBI9 -bd="/_APPS/mfauto/workflows/ZOS" -zowe files ls uss $bd \ - | grep -i zos \ - | awk {'print $1'} \ - | while read line; - do zowe files dl uf $bd/$line -b; - done \ No newline at end of file diff --git a/IBM-GTS-Workflows/zOS/upload-zpdt.sh b/IBM-GTS-Workflows/zOS/upload-zpdt.sh deleted file mode 100755 index 409ff66..0000000 --- a/IBM-GTS-Workflows/zOS/upload-zpdt.sh +++ /dev/null @@ -1,8 +0,0 @@ -#/bin/sh -zowe profiles set zosmf zpdt -bd="/u/er428h" -ls . | grep -i ZOS \ - | awk {'print $1'} \ - | while read line; - do zowe files ul ftu $line $bd/$line -b; - done \ No newline at end of file diff --git a/IBM-GTS-Workflows/zOS/upload.sh b/IBM-GTS-Workflows/zOS/upload.sh deleted file mode 100755 index 302f236..0000000 --- a/IBM-GTS-Workflows/zOS/upload.sh +++ /dev/null @@ -1,8 +0,0 @@ -#/bin/sh -zowe profiles set zosmf LBI9 -bd="/_APPS/mfauto/workflows/ZOS" -ls . | grep -i ZOS \ - | awk {'print $1'} \ - | while read line; - do zowe files ul ftu $line $bd/$line -b; - done \ No newline at end of file