mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 04:49:08 +08:00
19 lines
307 B
Bash
Executable File
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
|