Browse Source

Remove obsolete scripts

pool
Sammy Libre 8 years ago
parent
commit
0d3f1594b2
  1. 3
      linux-run.sh
  2. 3
      osx-debug.fish
  3. 3
      osx-run.fish

3
linux-run.sh

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

3
osx-debug.fish

@ -1,3 +0,0 @@ @@ -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

3
osx-run.fish

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