wip
This commit is contained in:
parent
d451150b77
commit
a140af4fdb
1 changed files with 1 additions and 10 deletions
11
neovim.sh
11
neovim.sh
|
@ -249,18 +249,9 @@
|
|||
exit 69
|
||||
fi
|
||||
|
||||
# ─< parse arguments and get variable contents >──────────────────────────────────────────
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--silent | -s)
|
||||
export silent=true
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
main </dev/tty
|
||||
fi
|
||||
|
||||
pen grey bold "Cleaning up old $cloneDir directory.."
|
||||
rm -rf "$cloneDir"
|
||||
$_sudo rm -rf "$cloneDir"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue