This is a simple script which can create multiple files and updates the modified time if files exist.
In other words, It mimics the functionality of touch command in Linux.
python touch.py <filename>python touch.py <filename1> <filename2> <filename3>