Skip to content

Instantly share code, notes, and snippets.

@groyoh
Created September 22, 2015 07:44
Show Gist options
  • Save groyoh/5e9ea2149f28d1902a6b to your computer and use it in GitHub Desktop.
Save groyoh/5e9ea2149f28d1902a6b to your computer and use it in GitHub Desktop.
Print multi-lines variable
function print_var
for line in $argv
echo -e $line
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment