9 lines
124 B
Bash
Executable file
9 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -- "$(dirname "$0")/../.."
|
|
. ./ci/sub/lib/log.sh
|
|
. ./ci/sub/lib/flag.sh
|
|
cd -
|
|
|
|
doing installation here
|