This commit is contained in:
Dylan Araps 2020-08-04 00:43:48 +03:00
parent 47029c8f2d
commit 2361ff1911
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 1 deletions

4
shfm
View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh
term_setup() {
stty -icanon -echo
@ -105,6 +105,8 @@ print_line() {
}
main() {
set -e
esc_char=$(printf '\033')
cd "${1:-"$PWD"}"