1 # Test script to create a file.
2 
3 echo $null > $args[0]
4