First pass at writing a shell for busybox.
Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik
This commit is contained in:
		@@ -77,6 +77,7 @@
 | 
			
		||||
//#define BB_RMMOD
 | 
			
		||||
#define BB_SED
 | 
			
		||||
//#define BB_SFDISK
 | 
			
		||||
#define BB_SH
 | 
			
		||||
#define BB_SLEEP
 | 
			
		||||
#define BB_SORT
 | 
			
		||||
#define BB_SWAPONOFF
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user