diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-05 23:09:46 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-05 23:09:46 +1200 |
commit | ff5f91b7f9cba42485bbe0f4e2387c7756228704 (patch) | |
tree | e22a36468446d73ffef11e774cb1701c7b51f328 /tools/hex.sh | |
parent | c6a0dd4c75473b8ef97bd7fb914ee682435d32fd (diff) | |
download | trackermap-server-ff5f91b7f9cba42485bbe0f4e2387c7756228704.tar.gz trackermap-server-ff5f91b7f9cba42485bbe0f4e2387c7756228704.tar.bz2 trackermap-server-ff5f91b7f9cba42485bbe0f4e2387c7756228704.zip |
Update testing scripts again
Diffstat (limited to 'tools/hex.sh')
-rwxr-xr-x | tools/hex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hex.sh b/tools/hex.sh index 61558d12d..6d49fafdf 100755 --- a/tools/hex.sh +++ b/tools/hex.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Script to send convert HEX string into binary and send it to specified local port |