mistress emilia9/dotfiles / bin / emifetch
1#!/usr/bin/env ksh
2
3# inspired by rose's nofetch
4
5line="$(eval echo $(sort -R ~/lib/fortunes.txt | sed q))"
6echo
7echo ">$line"
8echo ">$(uname -a)"
9echo