mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-29 02:38:37 -05:00
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -n "$2" ]; then
|
||
|
curl "$2.rate.sx/$1"
|
||
|
else
|
||
|
curl "rate.sx/$1"
|
||
|
fi
|