Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
parrot-menu / usr / bin / menuexecg
Size: Mime:
#!/bin/bash

function notify {
	if [ -e /usr/bin/notify-send ]; then
		/usr/bin/notify-send "ParrotSec" "$1"
	fi
}

notify "starting $*"
gksu "$*"