mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-31 07:33:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			266 B
		
	
	
	
		
			Clojure
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			266 B
		
	
	
	
		
			Clojure
		
	
	
	
	
	
| local pullEvent = os.pullEventRaw
 | |
| local shutdown = os.shutdown
 | |
| 
 | |
| os.pullEventRaw = function()
 | |
| 	error('')
 | |
| end
 | |
| 
 | |
| os.shutdown = function()
 | |
| 	os.pullEventRaw = pullEvent
 | |
| 	os.shutdown = shutdown
 | |
| 
 | |
| 	os.run(getfenv(1), 'sys/boot/opus.boot')
 | |
| end
 | |
| 
 | |
| os.queueEvent('modem_message')
 | 
