mirror of
git://git.suckless.org/sbase
synced 2026-01-26 21:52:15 +00:00
21 lines
116 B
Bash
Executable File
21 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
$EXEC ../ed -s /dev/null <<EOF | (read a && test $a = 1)
|
|
a
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
.
|
|
1s/^//
|
|
ka
|
|
9s/^//
|
|
'a
|
|
w
|
|
EOF
|