repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rs/refresh-beyond-symlink' into jch
[git/jrn.git]
/
t
/
t7500
/
edit-content
blob
08db9fdd2e68b348d0405aa6a0a465c582624e06
1
#!/bin/sh
2
sed
-e
"s/intermediate/edited/g"
<
"
$1
"
>
"
$1
-"
3
mv
"
$1
-"
"
$1
"
4
exit
0