2025-09-22 15:23:55 -04:00

11 lines
195 B
Bash
Executable File

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