10000 Merge pull request #35 from githubtraining/update-readme-script · githubtraining/caption-this@c7a47b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7a47b0

Browse files
authored
Merge pull request #35 from githubtraining/update-readme-script
Update Powershell script
2 parents f7178cd + e663bc4 commit c7a47b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please take a moment to complete the class survey at: <https://www.surveymonkey.
1414
## Scripts for Adding Files
1515

1616
- **Bash:** `for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done`
17-
- **PowerShell:** `for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}`
17+
- **PowerShell:** `for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }`
1818

1919
## Class Resources
2020

0 commit comments

Comments
 (0)
0