Convert some scripts to Python
commit633257157287e9cec4c369e50dbdd8a619de01ee
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 4 Aug 2009 23:49:08 +0000 (5 02:49 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 5 Aug 2009 16:37:24 +0000 (5 19:37 +0300)
tree573cc4855e2e30962ee7a65cf423fe49bb8fc62f
parentf871830718fb3abcd6f881ae1caf57c860d16636
Convert some scripts to Python

Convert the ./init and ./update scripts plus MPlayer and FFmpeg
configure wrapper scripts from shell to Python. Giving options for the
configure scripts should work now without quoting problems, and the
init script should work with older git versions.
.gitignore
README
init
script/__init__.py [new file with mode: 0644]
script/ffmpeg-config
script/helpers.py [new file with mode: 0644]
script/mplayer-config
update