git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3161 ed5197a5-7fde-0310-b194-c3ffbd925b24
		
			
				
	
	
		
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
cat > test.js << EOF
 | 
						|
print("hi");
 | 
						|
EOF
 | 
						|
 | 
						|
valgrind --log-file=$LOGDIR/valgrind.log $TILDEFRIENDS test.js
 |