Похожие чаты

I am experimenting stuff in Glitch about my first CLI

written in pure Bash without any crappy packages or random JS code. As I run some tests, the errors echoes around the console. Any solution?

1 ответов

15 просмотров

bash #!/bin/bash #Set name NAME=$(basename $0) ## Commands Stuff HELP_COMMAND="help" #This is how to use the script usage=" Bash Script Samples v0.1.0-alpha by the Pins team Hello. The Bash Script Samples was built by the Pins team to automate your tasks without manually typing commands. Usage: ${NAME} [OPTIONS] [ARGS] Available CLI options are: help Show this help message. git-clone Clone the full Git repository from GitLab mirror. update-cli Update the CLI code. This will download and run the script updater. version Prints th version of the CLI. Available global CLI arguments are: -h, --help Show help for this option, otherwise fall backs to this message. --version, -v Same as the "version" command. " #Run script #Show help based on selection if [ ${PUSAGE} ]; then echo "${usage}" exit 0 elif [ $1 = "help" ]; then echo "${usage}" exit 0 elif [ $1 = "-h" ]; then echo "${usage}" exit 0 elif [ $1 = "--help" ]; then echo "${usage}" exit 0 fi # Check for input if none show help. if [[ $1 == "" ]]; then echo "[INFO] Sent a blank command. Try using 'help' instead." exit 0 fi

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта