forked from dkesselman/IBMi_Backup2OneDrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mnuod.sh
21 lines (16 loc) · 876 Bytes
/
mnuod.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#/bin/bash
QIBM_MULTI_THREADED='Y'
export QIBM_MULTI_THREADED
source mnuod_const.sh
source mnuod_inc.sh
#***********************************************************************************#
while [[ "$O" != " " ]]; do case $i in
0) S=M0;SC;if [[ $cur == "" ]];then R;$e "\n$( BUCKETLS )\n";ES;fi;;
1) S=M1;SC;if [[ $cur == "" ]];then R;$e "\n$( BUCKETPT )\n";ES;fi;;
2) S=M2;SC;if [[ $cur == "" ]];then R;$e "\n$( BUCKETGT )\n";ES;fi;;
3) S=M3;SC;if [[ $cur == "" ]];then R;$e "\n$( BUCKETDL )\n";ES;fi;;
4) S=M4;SC;if [[ $cur == "" ]];then R;$e "\n$( BKPTOCLD )\n";ES;fi;;
5) S=M5;SC;if [[ $cur == "" ]];then R;$e "\n$( BKPTOCLD2 )\n";ES;fi;;
6) S=M6;SC;if [[ $cur == "" ]];then R;$e "\n$($e OneDrive Menu by ESSELWARE )\n";ES;fi;;
7) S=M7;SC;if [[ $cur == "" ]];then R;exit 0;fi;;
esac;POS;done