forked from sig_core/toolkit
4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
r_log "coreutils" "Check that the architecture matches"
|
|
uname -a | grep -q "$(arch)"
|
|
r_checkExitStatus $?
|