mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 12:31:58 +02: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