4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
|
#!/bin/sh
|
||
|
echo "$1"|rot13
|
||
|
|