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

5 lines
164 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-dev --ozone-platform=wayland --enable-features=WaylandWindowDecorations --disk-cache-dir='/dev/null' "$@"
set +x