6 lines
37 B
Bash
6 lines
37 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
sh -c "heroku $*"
|