Skip to content

Instantly share code, notes, and snippets.

View carlracheal65-cpu's full-sized avatar

carlracheal65-cpu

View GitHub Profile
#!/bin/bash
if [[ $(id -u) -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
if [ -z $(pm list packages | grep com.snapchat.android) ]; then
echo "Snapchat not found"
exit 1
fi