Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 24 Dec 09:01
· 96 commits to main since this release

Supported <<< (here string)

Here you are.

🍣 rev <<< 123
321
🍣 rev <<< $(seq 100 103)
001
101
201
301
🍣 seq 100 | rev <<< $(seq 100 103) | tac
301
201
101
001