Add ftouch

This commit is contained in:
Andrew Miner
2017-08-22 19:22:02 -07:00
parent 4d1bf69d33
commit 0eb5a994ca
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
find src -path "*$1*" | xargs touch
find src -path "*$1*" | xargs echo