mirror of
https://github.com/coder/code-server.git
synced 2024-12-04 15:00:38 +08:00
3 lines
38 B
Bash
3 lines
38 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
echo 'noop'
|