#!/bin/sh

pgrep compiz > /dev/null && echo -n 1 || echo -n 0
pgrep $1 > /dev/null && echo -n 1 || echo -n 0
