Skip to content

LutherCS/dt-proficiency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Development Tools

This repository is a complement to the DT Proficiency Module on KATIE. It contains some notes, input files, and sample scripts. You must use KATIE to check grades and submit assignments.

Input files

Notes

Notes for the topics of the module.

Bash scripts

  • basicbash

    contains major elements of a Bash script: parameters, redirection, conditions, loops, function definition.

  • cleanup

    contains commands necessary to clean up a directory after executing commands in the Linux commands guide.

  • thegame

    Bash implementation of the guess-a-number game.

Python scripts

  • book_library_generator

    used to generate the library.txt.

  • passwd_generator

    used to generate the passwd.txt.