|
|
1.1 root 1: #!/bin/sh
2:
3: FIRST=y
4: read A B
5: while [ "$A" != "" -a "$B" != "" ];
6: do
7: if [ "$FIRST" = "n" ];
8: then
9: echo -n "|"
10: fi
11: echo -n "sed s/$A/$B/g"
12: read A B
13: FIRST=n
14: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.