#!/bin/bash

if [ ! -d $HOME/tmp ]
then 
    mkdir $HOME/tmp
fi

echo "Hello...\n" >> $HOME/tmp/filesize
