Skip to content

Instantly share code, notes, and snippets.

@kudarap
kudarap / updategolinux.sh
Last active July 17, 2020 22:48
bash script for updating golang
#!/bin/sh
ver=$1
if [ -z "$ver" ]
then
echo go version required
exit
fi
echo Downloading go version $ver...
@kudarap
kudarap / watch-cult-merch.sh
Created October 12, 2022 01:38
CULT OF THE LAMB MERCH watcher with ratatxt as alert
#!/bin/bash
watchlist=/opt/scripts/watch-cult-merch.txt
sendAlert() {
echo "STOCKED! sending sms alert"
curl https://api.dev.ratatxt.com/outbox \
-u 'ak_somekeys:' \
-X POST -d '{
"device_id": "c2fslnn0eqtq26rmcn2g",