mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-12-17 17:47:21 +01:00
5 lines
242 B
Bash
Executable File
5 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
/usr/bin/microsoft-edge-dev --ozone-platform=wayland --enable-features=WaylandWindowDecorations --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled --disk-cache-dir='/dev/null' "$@"
|
|
set +x
|