mirror of
https://github.com/coder/code-server.git
synced 2026-02-19 18:01:15 +08:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
eval "$@"
|