This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.local/bin/cryptorate

8 lines
83 B
Bash
Executable File

#!/bin/sh
if [ -n "$2" ]; then
curl "$2.rate.sx/$1"
else
curl "rate.sx/$1"
fi