Skip to content

Instantly share code, notes, and snippets.

@rozd
Last active April 5, 2018 07:50
Show Gist options
  • Save rozd/2466a3c147fa58bcbcd3a87f5530f775 to your computer and use it in GitHub Desktop.
Save rozd/2466a3c147fa58bcbcd3a87f5530f775 to your computer and use it in GitHub Desktop.
Kill all ADL processes
#!/bin/sh
echo killing adl...
pkill -HUP adl > /dev/null
echo killed
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment