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