native_body() {
thisarch=$(uname -p)
if [ "$thisarch" = "unknonw" ]; then
if [ "$thisarch" = "unknown" ]; then
thisarch=$(uname -m)
fi
OS=$(uname -s)