about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/mk_dir
blob: fb69cf92982c74a68a60fba2d9b628723645ef30 (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 "Directory Name: " dir
mkdir "$dir"
# vim: ft=sh