Skip to content

Instantly share code, notes, and snippets.

@unfor19
Created July 24, 2020 10:52
Show Gist options
  • Save unfor19/158defd55981e420913ddbe57319cb42 to your computer and use it in GitHub Desktop.
Save unfor19/158defd55981e420913ddbe57319cb42 to your computer and use it in GitHub Desktop.
#!/bin/bash
source bargs.sh "$@"

echo -e \
"Name:~$person_name\n"\
"Age:~$age\n"\
"Gender:~$gender\n"\
"Location:~$location" | column -t -s "~"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment