Skip to content

Instantly share code, notes, and snippets.

@BlazerYoo
Created June 15, 2021 21:00
Show Gist options
  • Save BlazerYoo/c2bbe4d02ae546f2735898e9e2b8e8d3 to your computer and use it in GitHub Desktop.
Save BlazerYoo/c2bbe4d02ae546f2735898e9e2b8e8d3 to your computer and use it in GitHub Desktop.
Get command line arguments in bash, batch, and powershell scripts
@echo off
echo %*
echo $args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment