forked from georgejin110/useful
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pdogsay.sh
18 lines (16 loc) · 890 Bytes
/
pdogsay.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#/bin/bash
#An idea inspired by Linux app "cowsay"
echo "What does the pidog gonna say?" $say ; read say
echo "------------------------------------------------"
echo ">>>>" $say
echo "________________________________________________"
echo "===============================\ /============"
echo " \/ "
echo " v "
echo " ^---------^"
echo " l 0 0 l "
echo " ! [ __ ] ! lll"
echo " \_________/ llll"
echo " llllllllll lllllllll"
echo " lllllllllllllllllllllllllllllllllll"
echo " llllllllllllllllllllllllllllllllll"