mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
bash/usr-local-bin/codium: add missing flags
This commit is contained in:
parent
d4be0c437e
commit
74eb79ec2e
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run com.vscodium.codium $@
|
flatpak run com.vscodium.codium --no-sandbox --new-window $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user