forked from sig_core/toolkit
6 lines
126 B
Bash
6 lines
126 B
Bash
|
#!/bin/bash
|
||
|
r_log "coreutils" "Test cut command"
|
||
|
|
||
|
[ "$(cut -f1 -d ' ' /etc/redhat-release)" == "Rocky" ]
|
||
|
r_checkExitStatus $?
|