#!/bin/sh if pgrep "pcmanfm" > /dev/null; then pkill "pcmanfm" else "pcmanfm" fi