This commit is contained in:
Brad Ganley 2023-03-19 01:13:20 -05:00
parent 0145882277
commit e8d63cba72

View File

@ -88,7 +88,6 @@ alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl'
alias hackingtool='docker run -it --net=host --security-opt seccomp=unconfined --privileged blackarchlinux/blackarch:latest'
# Do you need to reboot? Find out here!
alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"'
<<<<<<< Updated upstream
# Countdown Timer
countdown() {
@ -110,7 +109,6 @@ function rgcm() {
git add .
git commit -m "$message"
echo "Git commit submitted with message: $message"
=======
function cntdn() {
local count=$1
while [ $count -gt 0 ]; do
@ -126,5 +124,4 @@ function cntdn() {
((count--))
done
echo "Time's up!"
>>>>>>> Stashed changes
}