init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
8
remove-pcsystems
Executable file
8
remove-pcsystems
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
NEW="nico-webdesign at schottelius.org"
|
||||
OLD="nicos@pcsystems.de"
|
||||
|
||||
if [ ! -d "$1" ]; then
|
||||
cat "$1" | sed "s,$OLD,$NEW," > $1.tmp
|
||||
mv $1.tmp $1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue