Skip to content

Instantly share code, notes, and snippets.

@danielholmstrom
Created April 17, 2013 11:59
Show Gist options
  • Save danielholmstrom/5403697 to your computer and use it in GitHub Desktop.
Save danielholmstrom/5403697 to your computer and use it in GitHub Desktop.
#!/bin/bash
function a {
return "/$1"
}
function b {
print $1
}
b $(a "some_file")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment