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