#!/bin/bash if [ -f /tmp/droidcam.pid ]; then echo "{\"text\": \"\", \"class\": \"active\"}" else echo "{\"text\": \"\"}" fi