Skip to content

Instantly share code, notes, and snippets.

@xquery
Created May 16, 2017 19:05
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 xquery/6e3b4e970bf597762b8d59abd3396403 to your computer and use it in GitHub Desktop.
Save xquery/6e3b4e970bf597762b8d59abd3396403 to your computer and use it in GitHub Desktop.
nullDB.sh
#! /bin/bash
query=${1:-*}
echo ${query} >/dev/null
echo "query returned no results"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment