4 lines
25 B
Plaintext
4 lines
25 B
Plaintext
|
#!/bin/sh
|
||
|
echo "$1"|rev
|
||
|
|