Skip to content

🐧 Bash script for learning basics of UNIX terminal.

License

Notifications You must be signed in to change notification settings

Haroenv/interactive-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive-shell Build Status

Join the chat at https://gitter.im/drKraken/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/drKraken/interactive-shell/master/interactive.sh)

or you can download it, view and then run.

wget https://raw.githubusercontent.com/drKraken/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/drKraken/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.

TODO

  • Improve code
  • Add testing with Bats
  • Create clean documentation for commands
  • Add more exercises
  • Add script alternative for cmd

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%