#!/bin/ash
#221102 sfs
#exec doas `echo "$@"` # |sed -e 's/^-S// ; s/^-A//'` #&
[ "$1" = "-S" ] && shift
[ "$1" = "-A" ] && shift
exec doas "$@"
