From 0eb5a994cabdedfc89dbf82ff7aa212c4ebf38d3 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 22 Aug 2017 19:22:02 -0700 Subject: [PATCH] Add ftouch --- home/bin/ftouch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 home/bin/ftouch diff --git a/home/bin/ftouch b/home/bin/ftouch new file mode 100755 index 0000000..fe1c6d9 --- /dev/null +++ b/home/bin/ftouch @@ -0,0 +1,5 @@ +#!/bin/bash + +find src -path "*$1*" | xargs touch +find src -path "*$1*" | xargs echo +