mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 00:42:44 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables
4 lines
58 B
Bash
Executable file
4 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
exec go run conformance.go $*
|