Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/enable-more-warnings-in-ci
/
.
/
Tools
/
GHA-linux-install.sh
blob: ea2108fce273dec49405e34489aa57377a3eafd7 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
#lsb_release -a
# find location of current script (only works in bash)
script_dir
=
"$( dirname "
$
{
BASH_SOURCE
[
0
]}
")"
# run generic script
RETRY
=
source
"$script_dir"
/
CI
-
linux
-
install
.
sh