5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker exec -it database redis-cli "$@"
|
||
|
|