Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created July 5, 2018 14:08
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 jcrossley3/6c82a1b9bff09d1a613cb98f3f075baa to your computer and use it in GitHub Desktop.
Save jcrossley3/6c82a1b9bff09d1a613cb98f3f075baa to your computer and use it in GitHub Desktop.
set -m
go run ${KWSK_HOME}cmd/kwsk-server/main.go --port 8080 --istio $(minikube ip):32000 >kwsk.log 2>&1 &
KWSK_PID=$!
set +m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment