mirror of https://git.tuxpa.in/a/code-server.git
6 lines
50 B
Bash
6 lines
50 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
eval "$@"
|