Skip to content

Instantly share code, notes, and snippets.

View matty0005's full-sized avatar
😎

Matthew Gilpin matty0005

😎
View GitHub Profile
@matty0005
matty0005 / speedtest-ifttt.sh
Created December 30, 2016 11:31 — forked from aallan/speedtest-ifttt.sh
Modified version of Henrik Bengtsson's speedtest-cli code which will dispatch the test results to the IFTTT Maker Channel.
#!/usr/bin/env bash
###########################################################################
# Originally written by: Henrik Bengtsson, 2014
# https://github.com/HenrikBengtsson/speedtest-cli-extras
# Modified to use IFTTT by: Alasdair Allan, 2015
# License: GPL (>= 2.1) [http://www.gnu.org/licenses/gpl.html]
###########################################################################
# Character for separating values
# (commas are not safe, because some servers return speeds with commas)