mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-26 16:05:49 +08:00
wip: 🧠 初步的框架
This commit is contained in:
6
tools/CloneProjectRefs.ps1
Normal file
6
tools/CloneProjectRefs.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
$refs = ('https://github.com/nsnail/ns-ext.git', 'https://github.com/nsnail/Furion.git', 'https://github.com/nsnail/FreeSql.git')
|
||||
|
||||
foreach ($item in $refs)
|
||||
{
|
||||
git clone --depth 1 --config "http.proxy=http://127.0.0.1:1081" $item "../refs/$( [regex]::Match($item, '/([^/]+)\.git$').Groups[1] )"
|
||||
}
|
||||
Reference in New Issue
Block a user