Autosave: 2023-01-01 13:00:05

This commit is contained in:
thomasabishop 2023-01-01 13:00:05 +00:00
parent e198359c51
commit a3386803e4

View file

@ -3,7 +3,7 @@
# This script returns a random topic for me to revise
# Choose source directories...
DIRS_TO_PARSE="../Computer_Architecture ../Electronics_and_Hardware ../Operating_Systems ../Programming_Languages/Shell ../Logic"
DIRS_TO_PARSE="../Computer_Architecture ../Databases ../Electronics_and_Hardware ../Operating_Systems ../Programming_Languages/Shell ../Logic"
# Return array of all files belonging to source dirs...
for ele in $DIRS_TO_PARSE; do