Skip to content

Commit

Permalink
Update lib4bin
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Nov 23, 2024
1 parent 9b9a9bc commit f680adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sharun"
version = "0.1.8"
version = "0.1.9"
readme = "README.md"
license = "MIT"
repository = "https://github.com/VHSgunzo/sharun"
Expand Down
2 changes: 1 addition & 1 deletion lib4bin
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ get_libs() {
sleep $STRACE_TIME
local pids="$(cut -d ' ' -f1<"$libs_file"|sort -u)"
kill $pids 2>/dev/null
local libs="$(echo -e "$(sed '/nvidia/d;/libcuda/d;/ENOENT/d;/glibc-hwcaps/d'<"$libs_file"|\
local libs="$(echo -e "$(sed '/nvidia/d;/libcuda/d;/ENOENT/d;/unfinished/d'<"$libs_file"|\
grep -oP '".*lib.*\.so.*"'|sed -u 's|"||g')")\n"
rm -f "$libs_file"
fi
Expand Down

0 comments on commit f680adf

Please sign in to comment.