8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# This is a simple version test to satisfy the RHEL8.1 onboard gating
|
|
# requirement.
|
|
|
|
pigz --version
|
|
exit $?
|