7 lines
75 B
Bash
7 lines
75 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source ./exec_redis.sh
|
||
|
|
||
|
exec "127.0.0.1" "6379" "$1"
|
||
|
|