small pixel drawing of a pufferfish dotfiles

bin/MACC02VK5ECHTD7/berksmass

1 2 3 4 5
#!/bin/sh

for i in test stage prod; do
	CHEF_ENV=browse_$i bundle exec berks upload
done