Signed-off-by: Uwe Hermann <uh@uleenucks.de>
@@ -68,14 +68,16 @@ main(){
fi
}
# shellcheck disable=SC2128
run(){
args=( "$@" )
args=$@
f=$1
if [[ "$1" == "" ]]; then
if [[ "$f" == "" ]]; then
main "$args"
else
"$args"
$args
run "$@"
run $@
The note is not visible to the blocked user.