Last active
April 5, 2018 07:50
-
-
Save rozd/2466a3c147fa58bcbcd3a87f5530f775 to your computer and use it in GitHub Desktop.
Kill all ADL processes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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