#!/bin/bash

touch $(echo "$@" |sed 's,/,\\,g')
