Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 342 Bytes

Basic PowerShell

I'm new to PowerShell so decided to create a repo to see how it works.

See test-script.ps1 for a demo of functionality which, at the time of writing, contains the following:

# This is a test script

mkdir "github" # Create a new folder
touch.exe github/test.txt
ls .\github

Move-Item .\github\test.txt .