Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created June 30, 2018 13:22
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 chrismatthieu/b1373c044105a94b5fe84f1567ebe09b to your computer and use it in GitHub Desktop.
Save chrismatthieu/b1373c044105a94b5fe84f1567ebe09b to your computer and use it in GitHub Desktop.
if ps -ef | grep -v grep | grep ipfs ; then
exit 0
else
nohup ipfs daemon --enable-pubsub-experiment &
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment