I love this idea. I've run into a few issues. Here's one. Running JDK12 on a mac.
Copy code
scratch/test$ ls -l
scratch/test$ touch test_file1.txt
scratch/test$ ls -l
total 0
-rw-r--r-- 1 matt.malone staff 0 Jun 6 09:39 file1.txt
-rw-r--r-- 1 matt.malone staff 0 Jun 6 09:39 test
scratch/test$