5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
PROJDIR=$(cd `dirname $0`/.. && pwd)
|
||
|
|
||
|
cd ${PROJDIR} && gometalinter
|