mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
8 lines
208 B
PowerShell
8 lines
208 B
PowerShell
|
clear-host
|
||
|
$path_root = git rev-parse --show-toplevel
|
||
|
|
||
|
$path_project = join-path $path_root "project"
|
||
|
$path_dependencies = join-path $path_project "dependencies"
|
||
|
|
||
|
Remove-Item $path_dependencies -Recurse
|