Initial commit

This commit is contained in:
jaseg 2022-08-15 18:31:22 +02:00
commit 16a7b26fd5
13 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,5 @@
function sudo-execute -d "Command line editor function that prepends the current commandline with \"sudo\" and executes it afterwards"
commandline sudo\ (commandline | sed 's/^\W*sudo\?\W*//')
commandline -f repaint
commandline -f execute
end