mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
Implement new structure
This commit is contained in:
10
scripts/postinstall.sh
Executable file
10
scripts/postinstall.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
# postinstall.sh - Does nothing at the moment.
|
||||
|
||||
set -eu
|
||||
|
||||
main() {
|
||||
cd "$(dirname "${0}")/.."
|
||||
}
|
||||
|
||||
main "$@"
|
Reference in New Issue
Block a user