From 8fe7e1eb38de34a321793d7d0e3f9d5f265ee853 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 23 Apr 2022 08:28:34 +0300 Subject: [PATCH] bash/u-l-b: add code practically same as codium --- bash/usr-local-bin/code | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bash/usr-local-bin/code diff --git a/bash/usr-local-bin/code b/bash/usr-local-bin/code new file mode 100755 index 0000000..9c8f77d --- /dev/null +++ b/bash/usr-local-bin/code @@ -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