Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
BookAlchemy
BookAlchemy
/
t
/
t7500
/
edit-content
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
4 lines
77 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
sed
-e
"s/intermediate/edited/g"
<
"
$1
"
>
"
$1
-"
3
mv
"
$1
-"
"
$1
"
4
exit
0