Skip to content

Commit

Permalink
renamed a git script
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Feb 7, 2020
1 parent 2f38a52 commit 9dc7a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
11 changes: 0 additions & 11 deletions create-symbolic-link.ps1

This file was deleted.

5 changes: 5 additions & 0 deletions git-clone-continuous.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This script contiuously prompts for a git repo and downloads it
while (1) {
$repo = Read-Host "Please enter the git repo url"
git clone $repo
}

0 comments on commit 9dc7a55

Please sign in to comment.