From 855f669156af1d4502a4075208a63d5de2bd72bc Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Fri, 13 Jan 2023 00:47:07 -0600 Subject: [PATCH] Added needrs command --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index b0734f6..9eb6cca 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -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"'