mirror of
				https://github.com/brmlab/brmbar.git
				synced 2025-10-30 15:04:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| rm -f brmbar.db
 | |
| sqlite3 brmbar.db < schema.sql
 | |
| sqlite3 brmbar.db < items.sql
 | 
