about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/mk_dir
blob: e24c91633f7db6bfb71e7d58f29d8720efbd2619 (plain) (blame)
1
2
3
4
5
6
7
8
#! /usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH

readp "Directory Name: " dir
mkdir "$dir"
# vim: ft=sh