X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=arch-init-remote;h=d8e4e29732b994178d7c34ad76faaa523005982c;hp=3cf222cc77f4d1a2ad0bdeed4e038b5e1d6eb748;hb=HEAD;hpb=a8ec695d6a39792133a21e9eca70e69f9fab107b diff --git a/arch-init-remote b/arch-init-remote index 3cf222c..d8e4e29 100755 --- a/arch-init-remote +++ b/arch-init-remote @@ -1,40 +1,55 @@ -#!/bin/bash -l +#!/bin/bash +# Copyright (C) 2019 Ian Kelling +# SPDX-License-Identifier: AGPL-3.0-or-later +if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi set -x set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR +usage() { + cat <