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"'