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