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

6 lines
63 B
Bash
Executable File

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