capsul.org webapp
at main 185 B view raw
1#!/bin/sh -e 2 3if ps aux | grep -q '[v]irtnbdbackup'; then 4 echo "yes" 5else 6 echo "no" 7fi 8 9