bash/u-l-b: add code

practically same as codium
This commit is contained in:
Aminda Suomalainen 2022-04-23 08:28:34 +03:00
parent 90bf5870d8
commit 8fe7e1eb38
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 0 deletions

6
bash/usr-local-bin/code Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -x
flatpak run com.visualstudio.code --no-sandbox $@
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
set +x