From 1bb83f18cd5bf5a739f60141e62b63c2e9ba6036 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 22 Apr 2023 14:52:57 +0200 Subject: changed fhome to goo --- bin/common/fhome | 23 ----------------------- bin/common/goo | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100755 bin/common/fhome create mode 100755 bin/common/goo (limited to 'bin/common') diff --git a/bin/common/fhome b/bin/common/fhome deleted file mode 100755 index 442f25c..0000000 --- a/bin/common/fhome +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -exclude=" -.cache -.mozilla -.npm -.git -site-packages -objects -instances -discord -Steam -?eclipse -VisualParadigm -intellij -arduino15" - -for dir in $exclude; do - dirs="$dirs -name \"$dir\" -o " -done -cmd="find ${2:-$HOME} \(${dirs} -false \) -prune -o -type ${1:-f} -print" - -eval "$cmd" 2>/dev/null diff --git a/bin/common/goo b/bin/common/goo new file mode 100755 index 0000000..442f25c --- /dev/null +++ b/bin/common/goo @@ -0,0 +1,23 @@ +#!/bin/sh + +exclude=" +.cache +.mozilla +.npm +.git +site-packages +objects +instances +discord +Steam +?eclipse +VisualParadigm +intellij +arduino15" + +for dir in $exclude; do + dirs="$dirs -name \"$dir\" -o " +done +cmd="find ${2:-$HOME} \(${dirs} -false \) -prune -o -type ${1:-f} -print" + +eval "$cmd" 2>/dev/null -- cgit v1.2.3