Skip to content

Instantly share code, notes, and snippets.

@loomsen
Created June 13, 2010 11:56
Show Gist options
  • Save loomsen/436603 to your computer and use it in GitHub Desktop.
Save loomsen/436603 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
##
# by Norbert Varzariu <loomsen@googlemail.com>
#set -x
PROGNAME=$(basename $0)
# program starts here
awk '/main|snap|stable/ { print $3 " " $11 }' \
<(curl -s http://kernel.org/kdist/finger_banner | head -4 ) \
| column -t
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment