Commit 528fdc7b authored by Vitaly Lipatov's avatar Vitaly Lipatov

add tests/test_sudo.sh

parent 4a7895d5
#!/bin/bash
dorun()
{
eval "$@"
}
sudorun()
{
sudo "$@"
}
#run "EDITOR=vim crontab -e"
sudorun EDITOR=vim crontab -e
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment