Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created September 18, 2017 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilpner/e81ba70f27618aa4e1c072ea85766602 to your computer and use it in GitHub Desktop.
Save tilpner/e81ba70f27618aa4e1c072ea85766602 to your computer and use it in GitHub Desktop.
#! /nix/store/nm9h53kd0ngh28wm42rivh2lc2d69nzl-bash-4.4-p12/bin/bash
case "$1" in
-h|--help)
exec man nixos-version
exit 1
;;
--hash|--revision)
echo "master"
;;
*)
echo "17.09pre-git (Hummingbird)"
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment