mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-14 08:36:31 +00:00
7 lines
75 B
Bash
Executable file
7 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#Make TOSZ
|
|
|
|
echo Make TOSZ
|
|
cc TOSZ.CPP -o TOSZ
|
|
chmod 777 TOSZ
|