Skip to content

Instantly share code, notes, and snippets.

View attluh's full-sized avatar
🦇
browsing the old web

Ash attluh

🦇
browsing the old web
View GitHub Profile
@attluh
attluh / speedtest-ifttt.sh
Created December 5, 2019 04:36 — 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)