Created
August 17, 2014 11:00
-
-
Save kikairoya/2db51f850ede358f44a9 to your computer and use it in GitHub Desktop.
fake netctl script for vmware-suspend
This file contains 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 | |
case "$0" in | |
store) | |
;; | |
resume) | |
systemctl restart dhcpcd | |
;; | |
stop-all) | |
;; | |
*) | |
;; | |
esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment