diff --git a/exercise1/roster.yaml b/exercise1/roster.yaml index 033aa10..8448877 100644 --- a/exercise1/roster.yaml +++ b/exercise1/roster.yaml @@ -1,9 +1,14 @@ interns: -- name: April Ludgate +- name: April Ludgate email: april.ludgate@noaa.gov mentors: - Leslie Knope - Ron Swanson +- name: Kenneth Swan + email: kenneth.swan@noaa.gov + mentors: + - Cory Martin + - Catherine Thomas employees: - name: Milton Waddams email: milton.waddams@noaa.gov diff --git a/exercise2/Remove Dates b/exercise2/Remove Dates new file mode 100644 index 0000000..c7277d8 --- /dev/null +++ b/exercise2/Remove Dates @@ -0,0 +1,5 @@ +#!/bin/bash + +# remove the working directory + +rm work diff --git a/roster.yaml b/roster.yaml new file mode 100644 index 0000000..e69de29