#!/usr/bin/env bash # run_keybase -a doesn't work export KEYBASE_AUTOSTART=1 # Run program unless it's already running. if [ -z "`ps -Af | grep -o -w ".*$1" | grep -v grep | grep -v run-once`" ]; then $@ fi