7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								cat > test.js << EOF
							 | 
						||
| 
								 | 
							
								print("Hi");
							 | 
						||
| 
								 | 
							
								print(parseInt("3").toLocaleString());
							 | 
						||
| 
								 | 
							
								EOF
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$TILDEFRIENDS test.js
							 |