scripts/varios/dropbox

8 lines
66 B
Bash
Executable File

#!/bin/sh
if $(pgrep dropbox); then
echo ""
else
echo ""
fi