Skip to content

Commit

Permalink
Update sado.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nateaaaaaaaaaaaaaaaaaaaa authored Apr 22, 2021
1 parent 4b92796 commit cfcb938
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sado.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import os
cmd = 'doas'
os.system(cmd)
e = input('What would you like to run as root?')
cmd = "doas "
cmde = cmd + e
os.system(cmde)

0 comments on commit cfcb938

Please sign in to comment.