Added needrs command

This commit is contained in:
Brad Ganley 2023-01-13 00:47:07 -06:00
parent 9c973380a1
commit 855f669156

View File

@ -56,3 +56,5 @@ alias speedTest='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/m
alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl'
alias redoco='docker compose down; docker compose up -d'
alias hackingtool='docker run -it vgpastor/hackingtool'
alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"'