Skip to content

Commit 22416e5

Browse files
committed
🎉 Added bootstrap.ps1
1 parent b01838f commit 22416e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bootstrap.ps1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ------------- #
2+
# bootstrap.ps1 #
3+
# ------------- #
4+
5+
Push-Location ("pwsh")
6+
7+
# From within the ./pwsh directory...
8+
.\bootstrap.ps1
9+
10+
Pop-Location
11+
12+
# EOF #
13+

0 commit comments

Comments
 (0)