mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-02-09 01:49:31 +01:00
3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
|