Add ftouch
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
find src -path "*$1*" | xargs touch
|
||||||
|
find src -path "*$1*" | xargs echo
|
||||||
|
|
||||||
Reference in New Issue
Block a user