Skip to content
Snippets Groups Projects
Commit 87bf89f7 authored by nimrod's avatar nimrod
Browse files

Another stab at sudo with shell functions (mainly monitor).

parent a590bdf6
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,11 @@ alias color='less --raw-control-chars -p'
alias pip2='python2 -m pip'
alias pip3='python3 -m pip'
sudome () (
eval "$(declare -F | sed 's/^declare/export/g')"
sudo -E "$SHELL" -c "$@"
)
monitor () {
eval "$@"
code="$?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment