mirror of https://github.com/CIRCL/lookyloo
7 lines
73 B
Bash
7 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
../../redis/src/redis-server ./indexing.conf
|