Skip to content

🐧 Bash script for learning basics of UNIX terminal.

License

Notifications You must be signed in to change notification settings

marcopellin/interactive-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive-shell

Want to learn basic UNIX cmds quickly? Do you prefer learning by doing? Then this is for you.

Follow easy exercises and learn how to use a UNIX terminal by typing valid commands.

Run it easily (if you believe me):

bash <(curl -s https://raw.githubusercontent.com/marcopellin/interactive-shell/master/interactive.sh)

or you can download it, view and then run.

wget https://raw.githubusercontent.com/marcopellin/interactive-shell/master/interactive.sh;
cat ./interactive.sh
bash ./interactive.sh

Also, you can make it available as a console command

curl -L https://raw.githubusercontent.com/marcopellin/interactive-shell/master/interactive.sh -o /usr/local/bin/interactive-sh && chmod +x /usr/local/bin/interactive-sh

and then run it with interactive-sh command.

If you accidentally leave the script, don't be afraid, the script will save all your scores and you can restart from the same stage.

Task list

  • Improve exercises
  • Add testing with Bats

License: MIT

Built by drKraken

About

🐧 Bash script for learning basics of UNIX terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%