Skip to content

Commit

Permalink
Add tad and tadmig
Browse files Browse the repository at this point in the history
  • Loading branch information
e0da committed May 17, 2018
1 parent 3205b56 commit 69dc00e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/bin/tad
@@ -0,0 +1,6 @@
#!/bin/bash

for env in test development; do
( set -x && RAILS_ENV=$env "$@" ) &
done
wait
3 changes: 3 additions & 0 deletions files/bin/tadmig
@@ -0,0 +1,3 @@
#!/bin/bash

tad rake db:migrate

0 comments on commit 69dc00e

Please sign in to comment.