mirror of
https://github.com/kennethreitz-archive/heroku-buildpack-archiveteam.git
synced 2026-06-20 07:10:58 +00:00
6 lines
38 B
Bash
Executable File
6 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "ArchiveTeam"
|
|
exit 0
|
|
|