#!/bin/sh curr_dir="$(pwd)" cd $1 && touch "${2}".java && cd $curr_dir