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