This commit is contained in:
emmett1
2019-06-25 00:32:02 +08:00
parent fe0e90c580
commit 3f46110acb

View File

@@ -352,7 +352,7 @@ scratch_dependent() {
scratch_own() {
local arg
arg=${1/\/}
arg=$(echo $1 | sed "s/^\///")
grep -R $arg $INDEX_DIR/*/.files | sed "s:$INDEX_DIR/::" | sed "s:/.files::" | tr : " " | column -t
}