index
:
dotfiles.git
master
My personal dotfiles and configuration.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
heroku-env-apply
blob: 067021df4c31423f8bc3480e50a68392f2a72dbd (
plain
)
1
2
3
#!/usr/bin/env bash
cat
$2
|
tr
'\n'
' '
|
xargs
heroku
config:set
-a
$1