Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    This isn't bash syntax. It's a shame though; I don't think there is a way to pass input to functions like that. (i.e. pour(); < coffee). It looks more like c++ or php (I think). Commented Oct 3, 2016 at 10:13
  • 2
    @tjt263 without the parentheses, it's bash syntax: pour coffee. With parens, it's pretty much every other language. :) Commented Oct 4, 2016 at 4:57