mirror of
				https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
				synced 2025-10-31 08:18:52 +01:00 
			
		
		
		
	add local files
This commit is contained in:
		
							parent
							
								
									7cd02093c4
								
							
						
					
					
						commit
						974813cf3c
					
				
					 1694 changed files with 364708 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								universal7570-common/etc/mkshrc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								universal7570-common/etc/mkshrc
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| # Copyright (c) 2010, 2012, 2013, 2014 | ||||
| #	Thorsten Glaser <tg@mirbsd.org> | ||||
| # This file is provided under the same terms as mksh. | ||||
| #- | ||||
| # Minimal /system/etc/mkshrc for Android | ||||
| # | ||||
| # Support: https://launchpad.net/mksh | ||||
| 
 | ||||
| : ${HOSTNAME:=$(getprop ro.product.device)} | ||||
| : ${HOSTNAME:=android} | ||||
| : ${TMPDIR:=/data/local/tmp} | ||||
| export HOSTNAME TMPDIR | ||||
| 
 | ||||
| if (( USER_ID )); then PS1='$'; else PS1='#'; fi | ||||
| PS4='[$EPOCHREALTIME] '; PS1='${| | ||||
| 	local e=$? | ||||
| 
 | ||||
| 	(( e )) && REPLY+="$e|" | ||||
| 
 | ||||
| 	return $e | ||||
| }$HOSTNAME:${PWD:-?} '"$PS1 " | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Prabhjot Singh
						Prabhjot Singh