11 lines
		
	
	
		
			359 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			359 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| set -e
 | |
| 
 | |
| #/town/src/townstats/townstats | /usr/local/bin/mustache /town/src/tildetown-scripts/tildetown/templates/frontpage.html > /var/www/tilde.town/index.html
 | |
| 
 | |
| cd /town/src/tilde.town
 | |
| /usr/bin/go run genblog.go > blog.html
 | |
| /usr/bin/go run genusers.go > users.html
 | |
| /bin/cp index.html blog.html users.html blog.css style.css /var/www/tilde.town/
 |