/alx-zero_day

I'm now a ALX Student, this is my first repository as a full-stack engineer

Primary LanguageShell

My first readme Create these directories at the root of your project: bash, c, js Create these empty files: c/c_is_fun.c js/main.js js/index.js Create a file bash/alx with these two lines inside: #!/bin/bash and echo "ALX" Create a file bash/school with these two lines inside: #!/bin/bash and echo "School" create a branch update_script and in this branch: Create an empty file named bash/98 Update bash/alx by replacing echo "ALX" with echo "ALX School" Update bash/school by replacing echo "School" with echo "The school is open!" Update the file bash/alx by replacing echo "ALX" with echo "ALX School is so cool!" Delete the directory js