2013年7月5日金曜日

ターミナル上で巨大文字が作れる「figlet」が便利だった

■インストール&サンプル実行
cd /usr/local/src
lftp ftp://ftp.figlet.org/pub/figlet/program/unix/
tar xvzf figlet-2.2.4.tar.gz
cd figlet-2.2.4
make
make install
hash -r
wget ftp://ftp.figlet.org/pub/figlet/fonts/contributed.tar.gz
gunzip -dc ./contributed.tar.gz | tar vfx -
find ./contributed -type f \( -name '*.flf' -or -name '*.flc' \) -exec sudo /bin/cp {} /usr/local/share/figlet/ \;
showfigfonts hoge > hoge_list
less hoge_list
好きなものを選択して/etc/motdにコピペすればログイン時に好きな巨大文字を出力することができます

■参考サイト

0 件のコメント:

コメントを投稿