notify message donesies
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
if [ -z "$1" ]; then
|
||||
msg="SHIT'S GOIN ON RN"
|
||||
else
|
||||
msg="$1"
|
||||
fi
|
||||
clear
|
||||
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\033[31mFOOOKN $msg IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
||||
Reference in New Issue
Block a user