2022-12-08 13:17:01 +01:00
|
|
|
#!/bin/ksh
|
|
|
|
printf "MU Seach: "
|
2023-02-25 20:17:14 +01:00
|
|
|
read -r REPLY
|
2022-12-08 13:17:01 +01:00
|
|
|
|
2023-09-18 12:24:42 +02:00
|
|
|
set -x
|
|
|
|
|
2023-02-25 20:17:14 +01:00
|
|
|
mu find --clearlinks --format=links --linksdir=~/.cache/mu/results "${REPLY}"
|