dotfiles/.scripts/backUpRunning.sh

6 lines
89 B
Bash
Raw Normal View History

2022-01-14 18:20:08 +01:00
#!/usr/bin/env bash
2022-02-19 11:35:41 +01:00
if ps aux | egrep -q '[t]imeshift|[r]sync'; then
2022-01-14 18:20:08 +01:00
echo " "
fi