Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jan 11, 2025
1 parent ab59228 commit 505ae2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions try-timed
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ try() {
export DIRS_AND_MOUNTS
date +"%s.%N EnumDir: find" >&3
find / -maxdepth 1 >"$DIRS_AND_MOUNTS"
date +"%s.%N EnumDir: findmnt" >&3
findmnt --real -r -o target -n >>"$DIRS_AND_MOUNTS"
date +"%s.%N EnumDir: sort" >&3
sort -u -o "$DIRS_AND_MOUNTS" "$DIRS_AND_MOUNTS"

Expand Down

0 comments on commit 505ae2a

Please sign in to comment.