Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Last active July 12, 2020 05:39
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 kaihendry/729b7832c4a4bf05b2a8542f9b051ef0 to your computer and use it in GitHub Desktop.
Save kaihendry/729b7832c4a4bf05b2a8542f9b051ef0 to your computer and use it in GitHub Desktop.
foo () {
set -- < /dev/stdin
echo Arghs $0 $1
}
printf "one\ntwo\nthree" | dmenu | foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment