Skip to content

Instantly share code, notes, and snippets.

View jsapparts's full-sized avatar
:dependabot:
Beep! Boop!

Joe Sapparts jsapparts

:dependabot:
Beep! Boop!
View GitHub Profile
@mitjafelicijan
mitjafelicijan / compile-redis-portable.sh
Created January 15, 2018 20:21
Creates portable version of Redis (Linux)
#!/bin/sh
# http://download.redis.io/releases/
# Usage: sh compile-redis-portable.sh
VERSION="4.0.6"
INIT_PATH=`dirname "$0"`
INIT_PATH=`( cd "$INIT_PATH" && pwd )`