mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 15:20:19 +00:00
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Usage: $ bottle <formula> <bucket>
|
|
|
|
./build.sh -f $1 -p ./python -x $1.tar.bz2 -r $2 |