mirror of
https://github.com/danog/code-server.git
synced 2024-12-16 11:16:59 +01:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
eval "$@"
|