about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/mk_file
blob: eef8df4b4e6ef500e5945d6997294126b0471ed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH

readp "File Name: " name
"$EDITOR" "$name"
# vim: ft=sh