File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ local shell = require (" shell" )
2+
3+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/init.lua" ) )
4+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/minios.lua" ) )
5+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/keyboard.lua" ) )
6+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/command.lua" ) )
7+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/power.lua" ) )
8+ print ( shell .execute (" wget" , nil , " https://raw.githubusercontent.com/OpenPrograms/skye-Programs/master/miniOS/sked.lua" ) )
You can’t perform that action at this time.
0 commit comments