#!/bin/bash
if [ $# -eq "2" ]; then 
    killall_ $1 $2 && cynject $(pidof /System/Library/CoreServices/SpringBoard.app/SpringBoard) /Library/MobileSubstrate/MobileSubstrate.dylib
elif [ $# -eq "1" ]; then
	killall_ $1 && cynject $(pidof /System/Library/CoreServices/SpringBoard.app/SpringBoard) /Library/MobileSubstrate/MobileSubstrate.dylib
fi