Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Mar 11, 2024
1 parent 32a199f commit 6e5b326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autobahn/script/run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

mkdir -p ./autobahn/bin
go build -o ./autobahn/bin/autobahn_server ./autobahn/server/
go build -o ./autobahn/bin/autobahn_reporter ./autobahn/reporter/
go build -o ./autobahn/bin/autobahn_server ./autobahn/autobahn-server.go
# go build -o ./autobahn/bin/autobahn_reporter ./autobahn/reporter/

echo "pwd:" $(pwd)
./autobahn/bin/autobahn_server &
Expand Down

0 comments on commit 6e5b326

Please sign in to comment.