get rid of old SVN structure
This commit is contained in:
parent
64eaf7c89f
commit
08e83501be
324 changed files with 0 additions and 70245 deletions
5
tools/cacheconverter2
Executable file
5
tools/cacheconverter2
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
for i in *;do
|
||||
sed -e 's/\([^|]*\|[^|]*\|\)/\1\|/' < $i > $i.new
|
||||
mv $i.new $i
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue