Renaming to SolarFM
This commit is contained in:
10
src/versions/solarfm-0.0.1/SolarFM_exec_bin.cpp
Normal file
10
src/versions/solarfm-0.0.1/SolarFM_exec_bin.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/SolarFM/");
|
||||
system("python .");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user