Skip to content

Instantly share code, notes, and snippets.

@kikairoya
Created August 17, 2014 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikairoya/2db51f850ede358f44a9 to your computer and use it in GitHub Desktop.
Save kikairoya/2db51f850ede358f44a9 to your computer and use it in GitHub Desktop.
fake netctl script for vmware-suspend
#!/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