readded udpated scripts directory
This commit is contained in:
parent
cd053a412a
commit
f3117c81d9
84 changed files with 3210 additions and 0 deletions
5
scripts/python_update.py
Executable file
5
scripts/python_update.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
from os import *
|
||||
|
||||
# This file is simply to demonstrate that utilizing python's native os module allows us to pass bash commands using the system() method.
|
||||
|
||||
system('sudo pacman -Syu')
|
||||
Loading…
Add table
Add a link
Reference in a new issue