Gn ( Good nigh ) is a simple app that you can clone
it into /home/user
, compile main.c
, copy binary file into /bin
and run it by command .
- Clone into ~
cd ~
git clone https://github.com/BlackIQ/Gn
cd Gn
- Compile main.c
gcc main.c
- Rename a.out to Gn
mv a.out Gn
- Copy Gn to /bin
sudo cp -r Gn /bin
- Run Gn command
Gn
- In C file you can change where you put your Python File (Line 5) :
system("python3 ~/Gn/main.py");
- In python file you can change where are your music (Line 13) :
system('mpg123 ~/Gn/Music/*.mp3')