Skip to content

Instantly share code, notes, and snippets.

@tamuhey
Created March 25, 2019 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamuhey/c6e59caf7814be217eba10050f5f98ba to your computer and use it in GitHub Desktop.
Save tamuhey/c6e59caf7814be217eba10050f5f98ba to your computer and use it in GitHub Desktop.
`touch` for Powershell
function touch(){ new-item $args[0] -itemtype file }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment