diff --git a/sccache/config b/sccache/config new file mode 100644 index 0000000..6c55873 --- /dev/null +++ b/sccache/config @@ -0,0 +1,2 @@ +[cache.redis] +url = "redis://192.168.178.2" diff --git a/sccache/install.sh b/sccache/install.sh new file mode 100755 index 0000000..edc2fe5 --- /dev/null +++ b/sccache/install.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +mkdir --parents ~/.config/sccache/ +ln -svrf config ~/.config/sccache/config +