|
1 | 1 |
|
2 | 2 | #!/usr/bin/env sh |
3 | 3 | echo 'ZIPPING STUFF' |
4 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_01.zip sub-01 |
5 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_03.zip sub-03 |
6 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_04.zip sub-04 |
7 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_05.zip sub-05 |
8 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_06.zip sub-06 |
9 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_07.zip sub-07 |
10 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_09.zip sub-09 |
11 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_10.zip sub-10 |
12 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_11.zip sub-11 |
13 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_12.zip sub-12 |
14 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_14.zip sub-14 |
15 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_15.zip sub-15 |
16 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_16.zip sub-16 |
17 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_17.zip sub-17 |
18 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_18.zip sub-18 |
19 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_19.zip sub-19 |
20 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_20.zip sub-20 |
21 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_21.zip sub-21 |
22 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_23.zip sub-23 |
23 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_24.zip sub-24 |
24 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_25.zip sub-25 |
25 | | -'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_26.zip sub-26 |
| 4 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_01.zip pat-01 |
| 5 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_03.zip pat-03 |
| 6 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_04.zip pat-04 |
| 7 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_05.zip pat-05 |
| 8 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_06.zip pat-06 |
| 9 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_07.zip pat-07 |
| 10 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_09.zip pat-09 |
| 11 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_10.zip pat-10 |
| 12 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_11.zip pat-11 |
| 13 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_12.zip pat-12 |
| 14 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_14.zip pat-14 |
| 15 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_15.zip pat-15 |
| 16 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_16.zip pat-16 |
| 17 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_17.zip pat-17 |
| 18 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_18.zip pat-18 |
| 19 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_19.zip pat-19 |
| 20 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_20.zip pat-20 |
| 21 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_21.zip pat-21 |
| 22 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_23.zip pat-23 |
| 23 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_24.zip pat-24 |
| 24 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_25.zip pat-25 |
| 25 | +'C:\Program Files\7-Zip\7z.exe' a Patient_Reports_26.zip pat-26 |
26 | 26 |
|
27 | 27 | echo 'ALL DONE' |
28 | 28 |
|
|
0 commit comments