mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 18:41:00 -05:00
3 lines
81 B
Text
3 lines
81 B
Text
|
#!/bin/sh
|
||
|
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
|