Bash script to display quotes

    Linux -> quote -> quote project

Bash script to display quotes

This script takes my Perl Quote project and display the given quote using gmessage.


Project Name: showquote
Version: 0.1
Programming Language: Bash
License: N/A
Embbedded Source: [Yes see source]
#!/bin/bash
while qtsbank.pl | col -x | gmessage -geometry 750x150 -wrap -center -buttons OK:1,Another:0 -default OK -file - ; do :; done

Download: N/A