Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 765 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 765 Bytes

scripts

Fun repo for practising some scripting.

  • addressbook - add, find and remove contacts from command line address book.
  • rsa - demonstrational implementation of rsa encryption algorithm.
  • ssl - encrypt/decrypt files/folders using the OpenSSL library.
  • mailSender - send personalised emails to mulitiple recipients from csv file.
  • localCurl and vmCurl - make GET and POST request to RESTful API locally or on a vm.
  • springCurl - consolidate localCurl and vmCurl into one script.
  • plot - compile and run programs with differnet arguments. Then plot result with differnet titles using gnuplot.

  • run script with sh <script>.sh
  • or make exectuble with chmod +x <script>.sh and run with <./<script>