mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-01-23 16:14:06 +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 \
|
|
"$@"
|