Skip to content

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

Notifications You must be signed in to change notification settings

Moxie03/alx-zero_day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

mkdir 0x03-git in alx-zero_day repo cd 0x03-git echo 'second readme' > README.md cat README.md mkdir bash, c, js cd c touch c_is_fun.c cd .. cd js touch main.js, index.js cd .. cd bash echo '#!/bin/bash' > alx echo 'echo "ALX"' >> alx echo '#!/bin/bash' > school echo 'echo "School"' >> school cd .. git add . git commit -m 'commit message' git push

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published