fpspreadsheet: Improves the scripts to handle OpenDocument
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2462 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
e36e0f1652
commit
e4f415e21d
@ -1 +1,5 @@
|
||||
unzip oocreated.ods
|
||||
mkdir oocreated
|
||||
cp -f oocreated.ods oocreated/
|
||||
cd oocreated
|
||||
unzip oocreated.ods
|
||||
cd ..
|
5
components/fpspreadsheet/examples/opendocdemo/unziptest.sh
Executable file
5
components/fpspreadsheet/examples/opendocdemo/unziptest.sh
Executable file
@ -0,0 +1,5 @@
|
||||
mkdir test
|
||||
cp -f test.ods test/
|
||||
cd test
|
||||
unzip test.ods
|
||||
cd ..
|
@ -1,4 +1,3 @@
|
||||
cd test
|
||||
zip -r test.ods *
|
||||
mv test.ods ../
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user