diff options
Diffstat (limited to 'qrpaste')
| -rwxr-xr-x | qrpaste | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -15,6 +15,9 @@ if ! which qrencode &> /dev/null; then  elif ! which xclip &> /dev/null; then    echo "$BASENAME: xclip not found"    exit 1 +elif ! which display &> /dev/null; then +  echo "$BASENAME: display not found" +  exit 1  fi  # Run | 
