mirror of https://github.com/CIRCL/lookyloo
7 lines
81 B
Bash
7 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# set -e
|
||
|
set -x
|
||
|
|
||
|
../../redis/src/redis-cli -s ./cache.sock shutdown
|