#!/bin/sh ### Created by Amdac @ www.amdac.net ### Used to fetch and format cryptocurrency values to be displayed in lemonbar. ### Ran hourly via cron job. curl -s cad.rate.sx/1btc | sed 's/\..*$//' > ~/crypto/btc curl -s cad.rate.sx/1cro | cut -c-5 > ~/crypto/cro