Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Aug 26, 2020
1 parent 0811aca commit 51abd25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testusing.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#

set -ex
mkdir -p example.org/x
cd example.org/x
mkdir -p /tmp/example.org/x
cd /tmp/example.org/x
go mod init example.org/x
echo > main.go << EOF
cat > main.go << EOF
package main
import "github.com/ooni/probe-engine/libminiooni
import "github.com/ooni/probe-engine/libminiooni"
func main() {
libminiooni.Main()
Expand Down

0 comments on commit 51abd25

Please sign in to comment.