mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-05 00:59:22 +01:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
# https://github.com/flathub/com.vscodium.codium/issues/55
|
|
flatpak run com.vscodium.codium --no-sandbox $@
|
|
set +x
|