mirror of
https://github.com/linuxserver/docker-vscodium.git
synced 2026-02-19 16:21:34 +08:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BIN=/usr/share/codium/bin/codium
|
|
|
|
dbus-launch ${BIN} \
|
|
--no-sandbox \
|
|
"$@"
|