Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
if [ -z ${1} ]; then
echo "Error: Must supply release version number"
exit 1
else
LE_VERSION="${1}"
fi
LE_DESCRIPTION="A fast and user-friendly Kodi Entertainment Center distribution"
@antonlacon
antonlacon / steamlink-ldd.txt
Created December 7, 2018 07:12
steamlink-ldd
@antonlacon
antonlacon / le-zlib-test.sh
Last active September 8, 2018 07:51
(De)Compress a file repeatedly to benchmark zlib by way of mini(un)zip
#!/bin/sh
#
# Benchmark zlib performance using programs available to LibreELEC.
#
# Number of iterations to loop
COMPRESS_ITER=50
DECOMPRESS_ITER=50
# test file to compress & then decompress