6 lines
118 B
Bash
6 lines
118 B
Bash
|
#!/bin/ksh
|
||
|
printf "MU Seach: "
|
||
|
read -r term
|
||
|
|
||
|
mu find --clearlinks --format=links --linksdir=~/.cache/mu/results $term
|