mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2024-12-29 09:33:03 +00:00
10 lines
193 B
PowerShell
10 lines
193 B
PowerShell
cd src/basilisk
|
|
|
|
$wc = New-Object System.Net.WebClient
|
|
$wc.DownloadFile($env:DISK_URL, "$(Resolve-Path .)\disk.zip")
|
|
|
|
7z x disk.zip -y -aoa
|
|
Remove-Item disk.zip
|
|
cd ../..
|
|
Tree ./src/basilisk /F
|