mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-09 05:51:53 -05:00
3 lines
99 B
Text
3 lines
99 B
Text
|
#!/bin/sh
|
||
|
cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test
|