Skip to content

Instantly share code, notes, and snippets.

View edwork's full-sized avatar
📲
Edworking

Ed Boal edwork

📲
Edworking
View GitHub Profile
@edwork
edwork / Sannce.pm
Last active December 1, 2018 06:52 — forked from joshstrange/Xiaomi.pm
Control script for Sannce Cameras (work in progress)
package ZoneMinder::Control::Sannce;
use 5.006;
use strict;
use warnings;
require ZoneMinder::Base;
require ZoneMinder::Control;
our @ISA = qw(ZoneMinder::Control);
@edwork
edwork / build.sh
Created November 7, 2017 18:13 — forked from btobolaski/build.sh
Jekyll build scripts for Jenkins
#!/bin/bash --login
cd $WORKSPACE
rbenv rehash
LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" jekyll build