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