1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-06 06:30:38 +01:00
scripts/bash/usr-local-bin/microsoft-edge-beta-guest

6 lines
68 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
microsoft-edge-beta --guest "$@"
set +x