Skip to content

Instantly share code, notes, and snippets.

@dguo
Created September 3, 2016 21:22
Show Gist options
  • Save dguo/e65ad4a13a11f892b4c4ea0fdb4d743c to your computer and use it in GitHub Desktop.
Save dguo/e65ad4a13a11f892b4c4ea0fdb4d743c to your computer and use it in GitHub Desktop.
Clean up a reveal.js source folder
#!/usr/bin/env bash
echo Cleaning files..
rm -r test CONTRIBUTING.md .travis.yml package.json Gruntfile.js bower.json demo.html
echo "# README" > README.md
echo Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment