forked from richardschoen/QshOni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVERSION.TXT
19 lines (19 loc) · 962 Bytes
/
VERSION.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
V1.0.1 - 8/18/019
-Initial build
V1.0.2 - 9/23/2020
-Added SETPKGPATH parameter to set IBM Open Source paths
*DEFAULT = /QOpenSys/pkgs/bin
-Added PRTSPLF, PRTUSRDTA and PRTTXT parameters for personalizing
the spool file when printing the stdout logs.
V1.0.3 - 2/1/2021
-Added QSHBASH command to execute selected bash command line
using QSHEXEC. The QSHBASH command passes through the selected
command line to the bash command with: bash -c <cmdline>
This is a convenience wrapper ovewr QSHEXEC to keep from having
to type bash -c when you want to run bash commands.
V1.0.4 - 3/3/2021
-Added IFSSTDOUT option to QSHEXEC to copy stdout to IFS file.
-Added IFSSTDOUT option to QSHBASH to copy stdout to IFS file.
V1.0.5 - 4/11/2021
-Added QSHIFSCHK to check for IFS files.
-Added QSHPYRUN command to run Python shell scripts.