Skip to content

Commit b530047

Browse files
committed
chore(scripts): added original scriopt source
Signed-off-by: Jad K. Haddad <jadkhaddad@gmail.com>
1 parent 1c92fae commit b530047

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

autobahn/autobahn-client.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# https://github.com/snapview/tungstenite-rs/blob/3ffeb33e29824deae10d86f7edff2ed4de22e91b/scripts/autobahn-client.sh
4+
35
set -euo pipefail
46
set -x
57
SOURCE_DIR=$(readlink -f "${BASH_SOURCE[0]}")

autobahn/autobahn-server.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# https://github.com/snapview/tungstenite-rs/blob/3ffeb33e29824deae10d86f7edff2ed4de22e91b/scripts/autobahn-server.sh
4+
35
set -euo pipefail
46
set -x
57
SOURCE_DIR=$(readlink -f "${BASH_SOURCE[0]}")

0 commit comments

Comments
 (0)