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