Skip to content

kellyduarte/Project_Unix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Project_Unix

README.md: touch README.md echo "Project title: Guessing Game" >> README.md echo "\nThe date and time:" >> README.md date >> README.md echo "\nThe number of lines of code contained in guessinggame.sh:" >> README.md wc -l guessinggame.sh | egrep -o "[0-9]+" >> README.md

clean: rm README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages