learntocloud / define-the-cloud

API that serves LTC cloud dictionary
https://definethecloud.guide
MIT License
28 stars 8 forks source link

Submit a Cloud Definition #86

Closed WilliamsOchu closed 1 year ago

WilliamsOchu commented 1 year ago

Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added.

Fill out the JSON with your submission:

    {
    "word": "Shebang",
    "content": "This is the first line for every bash script. It is simply a combination of bash # and bang !. It is an absolute path to the bash interpreter and tells the shell to execute the script via the bash shell",
    "learn_more_URL":"https://en.wikipedia.org/wiki/Shebang_(Unix)",
    "tag":"developer tool",
    "abbreviation": "(#!/bin/bash)",
    "author_name":"Ochu Williams",
    "author_link": "https://github.com/WilliamsOchu"
    }

Fill out the JSON below with the following.

Word (REQUIRED)

The word you are defining. Check this URL for all words we currently have.

Content (REQUIRED)

The definition. No more than 3 sentences.

learn more URL (REQUIRED)

Website where people can visit to learn more about the word.

tag (REQUIRED and select one)

Tech category the word fits in. Options:

abbreviation (OPTIONAL)

If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI.

author name (REQUIRED)

Your name.

author link (REQUIRED)

The URL you want your name to link to.

madebygps commented 1 year ago

I've reworded this one since shebang is not only used for bash. Added :)

This is the first line for every shell script. It is simply a combination of the hash # and character bang ! and followed by the absolute path to the interpreter the shell should use to execute the script.

WilliamsOchu commented 1 year ago

Thanks alot. We keep learning and improving each new day 🤗

On Thu, Feb 16, 2023 at 3:03 PM Gwyneth Peña-Siguenza < @.***> wrote:

I've reworded this one since shebang is not only used for bash. Added :)

This is the first line for every shell script. It is simply a combination of the hash # and character bang ! and followed by the absolute path to the interpreter the shell should use to execute the script.

— Reply to this email directly, view it on GitHub https://github.com/learntocloud/cloud-dictionary/issues/86#issuecomment-1433227447, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZPGH53ASELS2RJIBOQ2UXTWXY6T7ANCNFSM6AAAAAAU5QTKKI . You are receiving this because you authored the thread.Message ID: @.***>