#!/bin/bash

touch pages/$1.html
touch js/preload/$1.js
touch js/postload/$1.js
touch js/unload/$1.js
