acl/lib_fiber/samples-c++1x/fiber_connect/t.sh
2022-04-11 19:09:39 +08:00

19 lines
307 B
Bash
Executable File

#!/bin/sh
./fiber_connect -s 127.0.0.1:6379
echo ""
echo "Enter any key to continue..."
read n
./fiber_connect -s 127.0.0.1:6379 -S
echo ""
echo "Enter any key to continue..."
read n
./fiber_connect -s 127.0.0.1:637
echo ""
echo "Enter any key to continue..."
read n
./fiber_connect -s 127.0.0.1:637 -S