Remove obsolete scripts

This commit is contained in:
Sammy Libre 2016-08-07 07:30:42 +05:00
parent 6c721c9e00
commit 0d3f1594b2
3 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
LD_LIBRARY_PATH="/usr/local/lib/" go run main.go $@

View File

@ -1,3 +0,0 @@
#!/usr/bin/env fish
env GORACE="log_path=race.log" env CGO_LDFLAGS="-L"(pwd)"/cnutil -L"(pwd)"/hashing" go run -race main.go $argv

View File

@ -1,3 +0,0 @@
#!/usr/bin/env fish
env CGO_LDFLAGS="-L"(pwd)"/cnutil -L"(pwd)"/hashing" go run main.go $argv