mirror of https://github.com/CIRCL/url-abuse
10 lines
95 B
Bash
10 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
REDIS_HOME='/change/me/'
|
||
|
|
||
|
${REDIS_HOME}/redis-server ./redis.conf
|
||
|
|