#!/bin/bash

ARCHIVE=$1

rm -rf notes out
mkdir notes out
tar -xzf $ARCHIVE -C notes

./pages_etu
./pages_ue
./page_index