#! /bin/bash BIN=/usr/bin/microsoft-edge-real # Cleanup if ! pgrep msedge > /dev/null;then rm -f $HOME/.config/microsoft-edge/Singleton* fi ${BIN} \ --password-store=basic \ --no-sandbox \ --test-type \ "$@" > /dev/null 2>&1