mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
5 lines
162 B
Bash
Executable file
5 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
|
|
readonly THIS_DIR=$(cd $(dirname $0); pwd)
|
|
readonly DOCKERBUILD_DIR="$THIS_DIR/../dockerbuild"
|
|
readonly SCRIPTS_JS_DIR="$DOCKERBUILD_DIR/scripts-js"
|