This commit is contained in:
Dylan Araps 2020-08-03 20:10:17 +03:00
parent 89b1bce586
commit 074808a80e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 0 deletions

2
shfm
View File

@ -57,6 +57,8 @@ print_line() {
}
main() {
esc_char=$(printf '\033')
# change directory to the first argument
cd "${1:-"$PWD"}"