Skip to content

Instantly share code, notes, and snippets.

@PiDelport
Created August 22, 2012 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PiDelport/3425194 to your computer and use it in GitHub Desktop.
Save PiDelport/3425194 to your computer and use it in GitHub Desktop.
Upstream update script for https://bitbucket.org/fanstatic/js.tinymce
#!/bin/sh -e
dist="tinymce_${1:?}.zip"
wget -N "http://github.com/downloads/tinymce/tinymce/$dist"
unzip "$dist"
rm -r tinymce/examples
mv tinymce/changelog.txt tinymce_changelog.txt
cp -a tinymce/jscripts/tiny_mce/* js/tinymce/resources
rm -r tinymce/jscripts/tiny_mce/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment