10 lines
84 B
Bash
Executable File
10 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
ARCH=$(uname -m)
|
|
HOSTNAME=$1
|
|
|
|
if [[HOSTNAME]]; then
|
|
|