Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Created May 9, 2015 20:11
Show Gist options
  • Save RushOnline/cc7e60e54dcfa0232801 to your computer and use it in GitHub Desktop.
Save RushOnline/cc7e60e54dcfa0232801 to your computer and use it in GitHub Desktop.
Show how are command line arguments (options) passed to program (function main())
#!/bin/bash
cat /proc/$$/cmdline | xargs -0 -n1 echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment