{{ score }}
  #'zip' ~ Comments starting with #~ are removed ~ ~ Example for command 
#'man': ~ # Opens up the manual page for the command 'ls' ~ man ls

# Create Zip Archive File
zip -r opendevops.zip opendevops

# Extract Zip File to specific or different directory
unzip opendevops.zip -d /tmp/unziped