A collection of simple bash scripts.
- Hello, world!: It simply prints "Hello, world!" in the terminal
- Greetings, user!: A script that greets the user
- Simple calculator: A simple calculator of two numbers
- Count to 100!: The console will count from 1 to 100 for you
- Uppercase, lowercase...: The script will teach you how to change a string to uppercase, lowercase and capitalize it
- What day is today?: It prints which day of the week is today
- Square a number: A simple function that squares an integer
- Random number: It outputs a random number from 1 to 1000
- Guess number: User should guess a number from 1 to 100
- File reader: The script prints the file content line-by-line
- Multiple files reader: Prints the content of all files given by arguments