scripts/bash/usr-local-bin/microsoft-edge-guest

6 lines
63 B
Plaintext
Raw Normal View History

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