FollieHiyuki-dotfiles/home/.local/bin/cryptorate

8 lines
83 B
Plaintext
Raw Normal View History

2021-03-13 10:34:45 -05:00
#!/bin/sh
if [ -n "$2" ]; then
curl "$2.rate.sx/$1"
else
curl "rate.sx/$1"
fi