Nephology Exercises#

Cloud Computing Basics#

Exercise 22

  1. Write a bash script that takes a file path as an argument and copies that file to a designated folder on your server.

  2. Find a file online that changes periodically, then write a program to download that file every time it changes.

  3. Try creating your own Twitter or GitHub bot with the Twitter API or the GitHub API.