Compare commits

..

No commits in common. "a6667d0b63bc084536b6b36490fa1bcf7c278b6f" and "584f7b9601086c011617dc967d050514aa018230" have entirely different histories.

View file

@ -313,7 +313,7 @@ function daisy_enc_multi()
function daisy_dec()
{
data=$(cat ${1:-/dev/stdin} | grep -v "#" )
echo -e "$data" | cut -d "=" -f 2- | cut -b 2- | head -c -1 | base64 -d
echo -e "$data" | cut -d "=" -f 2 | cut -b 2- | head -c -1 | base64 -d
}
# Will only take a file and directory, sources it to find all encoded data