mirror of
https://github.com/kennethreitz-archive/heroku-buildpack-archiveteam.git
synced 2026-06-20 15:20:58 +00:00
8 lines
69 B
Bash
Executable File
8 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat << EOF
|
|
---
|
|
config_vars:
|
|
PATH: bin:/usr/bin:/bin
|
|
EOF
|