mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 21:34:53 +08:00
7 lines
207 B
Bash
Executable File
7 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
self_dir=$(cd "$(dirname "$0")";pwd)
|
|
|
|
test "$3" != "yes" && GITHUB_ADDR="hub.fastgit.xyz" || GITHUB_ADDR="github.com"
|
|
|
|
git clone https://$GITHUB_ADDR/$1.git --depth=1 $self_dir/source/$2 |