10 lines
251 B
Bash
10 lines
251 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
p1=C:/mr4th/podcast/avatars/allen.png
|
||
|
p2=C:/mr4th/podcast/test__anti_allen/test__allen.wav
|
||
|
p3=C:/mr4th/podcast/avatars/anti_allen.png
|
||
|
p4=C:/mr4th/podcast/test__anti_allen/test__anti_allen.wav
|
||
|
|
||
|
cd build
|
||
|
./podcastoscope.exe $p1 $p2 $p3 $p4
|