4 lines
86 B
Text
Executable file
4 lines
86 B
Text
Executable file
#/bin/bash
|
|
cd /tmp/whatsapp/
|
|
git checkout $1
|
|
PATH=$PATH:/usr/local/go/bin ./build.sh
|