mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
17e5594bec
The default python on some systems is not 2.7, but gyb needs python2.7 precisely.
4 lines
47 B
Python
Executable File
4 lines
47 B
Python
Executable File
#!/usr/bin/env python2.7
|
|
import gyb
|
|
gyb.main()
|