Snippets

Create an account or login to be able to add, comment and rate snippets.

Navigation

bash alias to cleanup

Just add this to your ~/.bashrc

    alias sfcleanup='symfony propel-build-model && symfony propel-build-sql && symfony propel-insert-sql && php batch/load_data.php && symfony cc'

Next time you want to do a cleanup just type sfcleanup at the project dir.

by Roberto Carvajal on 2006-08-24, tagged bash  cli 

Comments on this snippet

gravatar icon
#1 Jacopo Romei on 2006-08-28 at 11:52

Now you can just alias sfcleanup = 'symfony propel-build-all-load && symfony cc'

You need to create an account or log in to post a comment or rate this snippet.