small pixel drawing of a pufferfish dotfiles

bin/MACC02VK5ECHTD7/brm

1 2 3 4 5 6 7 8
#!/bin/sh -e
#
# Remove entire berks cache & start over

rm -f Berksfile.lock
bundle exec berks install || rm -rf ~/.berkshelf/cookbooks
rm -f Berksfile.lock 
bundle exec berks install