mirror of
https://github.com/joeheyming/still_alive.git
synced 2025-12-10 06:06:59 +00:00
16
README.md
16
README.md
@@ -1,3 +1,17 @@
|
|||||||
Usage: ./still_alive.sh
|
## Dependencies
|
||||||
|
|
||||||
|
Please download all the dependencies:
|
||||||
|
|
||||||
|
https://github.com/jhechavarria/say.sh
|
||||||
|
|
||||||
|
## Usage:
|
||||||
|
|
||||||
|
`git clone https://github.com/joeheyming/still_alive.git`
|
||||||
|
|
||||||
|
`cd still_alive`
|
||||||
|
|
||||||
|
`chmod +x still_alive.sh`
|
||||||
|
|
||||||
|
`./still_alive.sh`
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
slow_type() {
|
slow_type() {
|
||||||
echo $1 | pv -qL 10;
|
echo $1 | pv -qL 10;
|
||||||
@@ -24,7 +24,7 @@ echo ""
|
|||||||
while read line;
|
while read line;
|
||||||
do
|
do
|
||||||
(say -v Vicki $line &);
|
(say -v Vicki $line &);
|
||||||
if [[ $line != '.' ]]
|
if [[ $line != . ]]
|
||||||
then
|
then
|
||||||
echo $line | grep 'Aperture Science' && show_file ./aperture_logo.txt;
|
echo $line | grep 'Aperture Science' && show_file ./aperture_logo.txt;
|
||||||
echo $line | grep -i 'black mesa' && show_file ./black_mesa_logo.txt;
|
echo $line | grep -i 'black mesa' && show_file ./black_mesa_logo.txt;
|
||||||
|
|||||||
Reference in New Issue
Block a user