@@ -0,0 +1,10 @@
mkdir -p deploy
ldd touchsensor.exe \
| awk '/=> \// {print $3}' \
| grep -vi 'windows' \
| sort -u \
| while read -r dll; do
echo "拷贝 $dll"
cp -u "$dll" deploy/
done
The note is not visible to the blocked user.