lix/lib/reverse.sh

4 lines
49 B
Bash

#!/bin/sh
alias reverse="sed '1!x;H;1h;\$!d;g'"