From 834bcac0dfe6ebb6ce4cb4752d3a3f48d6eb837d Mon Sep 17 00:00:00 2001 From: rchung95 Date: Mon, 4 Mar 2024 16:16:45 -0500 Subject: [PATCH] Adding solution --- 03 - homework/homework.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/03 - homework/homework.sh b/03 - homework/homework.sh index 3590e1ea..7b86b9d9 100644 --- a/03 - homework/homework.sh +++ b/03 - homework/homework.sh @@ -1,3 +1,9 @@ +#!/bin/bash + +# Instructions: +# Please run the following line in terminal where homwork.sh is placed so that the file can be executed. +# chmod +x ./homework.sh + # On your terminal, input all the commands you have used to create the following: # 1. How would you create 5 directories? Feel free to use any name for your directories.