X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=demohost-mount;fp=demohost-mount;h=91e984fdcadcb43ec0f745fcd7915034a82ac98d;hp=90d2b42497cedfa56e7420e8a74a235c49a7935e;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hpb=a9e3d60b4254cd5c6216c4b3e7f8cd5cc5107fad diff --git a/demohost-mount b/demohost-mount index 90d2b42..91e984f 100755 --- a/demohost-mount +++ b/demohost-mount @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck source=/a/bin/ds/.bashrc if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi [[ $EUID == 0 ]] || exec sudo -E "${BASH_SOURCE[0]}" "$@"