Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Created May 17, 2014 01:26
Show Gist options
  • Save iturgeon/dd52bc877314bca87000 to your computer and use it in GitHub Desktop.
Save iturgeon/dd52bc877314bca87000 to your computer and use it in GitHub Desktop.
Materia: install every .wigt package at once
find static -name *.wigt | xargs -I % -n 1 php oil r widget:install % -u -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment