forked from adolfopa/miscutils
13 lines
89 B
Bash
Executable File
13 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
/usr/games/ppt |
|
|
rot |
|
|
sed '
|
|
1ba
|
|
$ba
|
|
/^_ *_ *$/d
|
|
s/_/|/g
|
|
b
|
|
:a
|
|
s/_/ /g
|
|
s/|/-/g'
|