mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-10 13:14:05 -05:00
8 lines
97 B
Bash
Executable file
8 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./hash_server.exe &
|
|
|
|
echo "run hash client $@"
|
|
./hash_client.exe $@ | sort
|
|
|
|
kill %1
|