Skip to content

Instantly share code, notes, and snippets.

@rahulmr
Forked from lukesampson/hello.ps1
Created July 29, 2018 12:13
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 rahulmr/064bb363a86e65e9fc4f6de75e50cf62 to your computer and use it in GitHub Desktop.
Save rahulmr/064bb363a86e65e9fc4f6de75e50cf62 to your computer and use it in GitHub Desktop.
A simple example for Scoop documentation.
$name = split-path (whoami) -leaf
"Hello, $name!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment