lix/lib/reverse.sh

4 lines
49 B
Bash
Raw Normal View History

2020-11-25 07:29:21 +01:00
#!/bin/sh
alias reverse="sed '1!x;H;1h;\$!d;g'"