Mercurial > ec-dotfiles
view bin/smu @ 677:b95069a1f664
[irbrc] Disable autocomplete
It's kinda slow and moves things around.
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Fri, 08 Apr 2022 13:47:15 +0900 |
| parents | 5bafb912837e |
| children |
line wrap: on
line source
#!/bin/sh keyword=$(printf "%s\n" "$*" | tr ' ' '*') find /anime/music/ -iname "*${keyword}*"
