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