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