Renaming to SolarFM

This commit is contained in:
2021-11-28 16:01:29 -06:00
parent 98feeabfa4
commit 4f18844fd2
181 changed files with 8751 additions and 2452 deletions

View 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;
}