docker-msedge/root/usr/bin/microsoft-edge
2025-09-22 15:37:51 -04:00

15 lines
238 B
Bash
Executable File

#! /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