Improve development experience

This commit is contained in:
Jake Spain 2023-08-14 10:01:19 -04:00
parent 3f34b85dcb
commit 45388de4e1
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
12 changed files with 119 additions and 99 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
bundle install
set -- rerun -- bundle exec vmpooler "$@"
exec "$@"