You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace foo with name of module:
osx: find . -type f -exec sed -i "" "s/foo/ntpd/g" '{}' ';'
linux: find . -type f -exec sed -i 's/foo/ntpd/g' '{}' ';'