Skip to content

Instantly share code, notes, and snippets.

@hawkrives
Last active August 2, 2024 15:53
Show Gist options
  • Save hawkrives/15cda5637441072bc62d to your computer and use it in GitHub Desktop.
Save hawkrives/15cda5637441072bc62d to your computer and use it in GitHub Desktop.
Scripts to convert from Pages '08 documents to Pages '09
#!/bin/bash
set -e
root=$(pwd)
for file in "$@"; do
cd "$file"
pwd
if [[ -f index.xml.gz ]]; then
gunzip --stdout index.xml.gz | sed 's-:version="72007061400"-:version="92008102400"-g' > index.xml
rm index.xml.gz
fi
cd "$root"
done
#!/bin/bash
find . -type d -iname '*.pages' -exec ~/bin/convert-to-pages-09.sh {} +
@juliaroberts981
Copy link

I've been exploring online gaming platforms lately and let me tell you, I stumbled upon something truly incredible. It's like I've found a hidden gem in the vast digital realm! The interface is so intuitive, it feels like the developers knew exactly what I was looking for. But it's not just about the interface, the immersive gaming experience takes it to a whole new level. Seriously, it's like stepping into another world. And the stakes? Truly unmatched! Trust me, this is the ultimate gaming hub for Nigeria. Don't just take my word for it, why don't you check it out for yourself right here at mSport bet It's a real game-changer, if you ask me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment