Skip to content

Instantly share code, notes, and snippets.

@pfrenssen
Forked from sandervd/behatify.sh
Last active February 16, 2016 17:07
Show Gist options
  • Save pfrenssen/49b36a27080ff18fbe70 to your computer and use it in GitHub Desktop.
Save pfrenssen/49b36a27080ff18fbe70 to your computer and use it in GitHub Desktop.
#!/bin/sh
cat $1 | sed 's/$/,/g' | column -s ',' -t -o ' | ' | sed 's/^/| /g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment