#!/bin/sh

# Remove temporary files
(
  cd ../..
  rm -fR v* src alias
)