#!/bin/bash

if [[ -e old ]] ; then mv old older ; fi
mkdir old
mv *.st *.im older old
