mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-03-02 00:02:52 +08:00
8 lines
82 B
Bash
Executable File
8 lines
82 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BIN=/usr/share/codium/bin/codium
|
|
|
|
${BIN} \
|
|
--no-sandbox \
|
|
"$@"
|