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 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 bin/common/fhome (limited to 'bin/common/fhome') 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 -- cgit v1.2.3