Repository URL to install this package:
|
Version:
2:2019.08.19 ▾
|
#!/bin/bash
function notify {
if [ -e /usr/bin/notify-send ]; then
/usr/bin/notify-send "ParrotSec" "$1"
fi
}
notify "starting $*"
gksu "$*"