4 lines
55 B
Text
4 lines
55 B
Text
|
#!/bin/bash
|
||
|
sed 's,^\+\+\+.*,+++ '$2',' < $1 > $1.pat
|
||
|
|