mirror of https://git.tuxpa.in/a/code-server.git
3 lines
38 B
Bash
3 lines
38 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
echo 'noop'
|