{"id":18647424,"url":"https://github.com/emanoelcampos/bash-scripting-five-programs","last_synced_at":"2025-11-05T06:30:31.340Z","repository":{"id":230800845,"uuid":"773582887","full_name":"emanoelcampos/bash-scripting-five-programs","owner":"emanoelcampos","description":"This repository contains five interactive Bash scripts demonstrating various scripting techniques. The scripts include a questionnaire, a countdown timer, a bingo number generator, a fortune teller, and a program runner that executes all the other scripts consecutively.","archived":false,"fork":false,"pushed_at":"2024-04-01T02:03:16.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T12:11:52.494Z","etag":null,"topics":["rpa","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emanoelcampos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-18T02:32:28.000Z","updated_at":"2024-07-16T18:32:55.000Z","dependencies_parsed_at":"2024-04-01T03:23:45.536Z","dependency_job_id":"bbef85a8-a05d-4d39-8554-0c72e8246b59","html_url":"https://github.com/emanoelcampos/bash-scripting-five-programs","commit_stats":null,"previous_names":["emanoelcampos/bash-scripting-five-programs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanoelcampos%2Fbash-scripting-five-programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanoelcampos%2Fbash-scripting-five-programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanoelcampos%2Fbash-scripting-five-programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanoelcampos%2Fbash-scripting-five-programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emanoelcampos","download_url":"https://codeload.github.com/emanoelcampos/bash-scripting-five-programs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449584,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rpa","script"],"created_at":"2024-11-07T06:26:19.752Z","updated_at":"2025-11-05T06:30:31.276Z","avatar_url":"https://github.com/emanoelcampos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash Scripting: Building Five Programs\n\n*Learning Documentation*\n\nThis repository contains five small `Bash` programs created as part of the [freeCodeCamp's Relational Database Certification](https://www.freecodecamp.org/learn/relational-database/). Each program serves a different purpose and demonstrates various `Bash` *scripting techniques*.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/bash-script.png\" alt=\"Descrição da imagem\" /\u003e\n\u003c/p\u003e\n\n## Programs\n\n1. **Questionnaire (`questionnaire.sh`)**: A simple questionnaire `script` that prompts the user with three questions and prints the responses. \n\n\n2. **Countdown Timer (`countdown.sh`)**: A countdown timer `script` that takes a positive integer as an argument and counts down to zero, pausing for one second between each number. \n\n\n3. **Bingo Number Generator (`bingo.sh`)**: A `script` that generates a random bingo number between 1 and 75 and prints it along with the corresponding letter (`B, I, N, G, or O`). \n\n\n4. **Fortune Teller (`fortune.sh`)**: A fortune-telling `script` that prompts the user to ask a yes or no question and provides a random response from a predefined set of answers.\n\n\n5. **Five Program Runner (`five.sh`)**: A `script` that runs all the other four programs consecutively.\n\n## See more details\n\nHere you can see each program in more detail and an image showing the `script` at work.\n\n\u003cimg align=\"right\" src=\"images/bash-logo.png\" width=\"200\"\u003e\n\n- [Questionnaire](bash-programs/questionnaire/README.md)\n\n\n- [Countdown Timer](bash-programs/countdown/README.md)\n\n\n- [Bingo Number Generator](bash-programs/bingo/README.md)\n\n\n- [Fortune Teller](bash-programs/fortune/README.md)\n\n\n- [Five Program Runner](bash-programs/five/README.md)\n\n\n## Usage \n\nTo run any of the programs, simply execute the corresponding .sh file in your terminal. For example: \n\n```bash\n./questionnaire.sh\n```\n\nTo run all programs consecutively, execute the `five.sh` script:\n\n```bash\n./five.sh\n```\n\n## Getting Started\n\nThese scripts can be used as examples to learn Bash scripting or as standalone tools for various purposes. Feel free to modify and customize them according to your needs.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanoelcampos%2Fbash-scripting-five-programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanoelcampos%2Fbash-scripting-five-programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanoelcampos%2Fbash-scripting-five-programs/lists"}