mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 15:40:17 +00:00
a16a4ad54a
git-svn-id: http://svn.pyinstaller.org/trunk@659 8dd32b29-ccff-0310-8a9a-9233e24343b1
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
echo "USAGE $0 some-python-version"
|
|
cd source/linux && $1 Make.py && make clean && make && cd -
|
|
|