mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-12 05:22:31 +01:00
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -x
|
||
|
flatpak run com.visualstudio.code --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto $@
|
||
|
set +x
|