diff --git a/bin/wolf b/bin/wolf index e4468ea..1cea48e 100755 --- a/bin/wolf +++ b/bin/wolf @@ -1,5 +1,8 @@ #!/bin/bash +# Arguments +hostname="$1"; shift + # Variables declare mac declare -a wol_com options @@ -7,9 +10,6 @@ name="$(basename "$0")" wolf_d="${HOME}/.wolf" wolf_host="${wolf_d}/${hostname}" -# Arguments -hostname="$1"; shift - # Functions # Throw an error function error {