dotfiles/.scripts/backUpRunning.sh

6 lines
74 B
Bash
Executable File

#!/usr/bin/env bash
if ps aux | egrep '[r]sync'; then
echo " "
fi