Skip to content

Instantly share code, notes, and snippets.

View mortezakhademan's full-sized avatar

morteza khademan mortezakhademan

View GitHub Profile
#!/bin/bash
# The binary is most likely to have the current directory name
PROCESS=${PWD##*/}
# We kill the previous process
killall ${PROCESS}
# We launch the process
go build