Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
ARCH_LIST="Generic LePotato Rockchip RPi2 WeTek_Core WeTek_Play"
if [ "$1" == "all" ]; then
suffix=""
if [ ! -z "${2}" ]; then
suffix=".${2}"
fi
for i in $ARCH_LIST; do
screen -S ${i}${suffix} -dm $0 <<< $ARCH_LIST
@InuSasha
InuSasha / config.txt
Last active June 5, 2016 09:24
simple Python script to write time on adafruit 7 segement LED on LibreElec
# add to the config.txt of rpi
dtparam=i2c_arm=on
@InuSasha
InuSasha / lircd.conf
Last active August 29, 2015 14:17
lircd.conf remotes
include "./lircd.conf.pctv"
include "./lircd.conf.smk_rc6"
include "./lircd.conf.tivii"
include "./lircd.conf.black"