This website requires JavaScript.
Explore
Help
Sign In
Amazing-Mirror
/
FollieHiyuki-dotfiles
Watch
1
Star
0
Fork
0
You've already forked FollieHiyuki-dotfiles
mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced
2025-02-24 05:19:33 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
FollieHiyuki-dotfiles
/
home
/
.local
/
bin
/
cryptorate
8 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Split curl scripts
2021-03-13 18:34:45 +03:00
#!/bin/sh
if [ -n "$2" ]; then
curl "$2.rate.sx/$1"
else
scripts: fix syntax + use 0x0.st for url shortening
2021-09-29 21:35:06 +07:00
curl "rate.sx/${1:-}"
Split curl scripts
2021-03-13 18:34:45 +03:00
fi
Reference in New Issue
Copy Permalink