dot_testing/builds/utils/sh/tmenu-backend
2023-07-07 16:55:42 -05:00

7 lines
68 B
Bash
Executable File

#!/bin/sh
printf "%s" "$1"
fzy < "$1" > "${1}a"
mv "${1}a" "${1}"