Remove a useless file.
This commit is contained in:
parent
ecd522a957
commit
a85e6104af
@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# executable path
|
|
||||||
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
|
||||||
EXE_PATH=$GOPATH/bin/tank
|
|
||||||
|
|
||||||
if [ -f "$EXE_PATH" ]; then
|
|
||||||
nohup $EXE_PATH >/dev/null 2>&1 &
|
|
||||||
else
|
|
||||||
echo 'Cannot find $EXE_PATH.'
|
|
||||||
exit 1
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user