@desi_memes_funny_jokes · Post #4688 · 02.06.2024 г., 05:34
#funnymemes#reels
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #411 · 9 фев.
reload_flag="" if [[ -n "${DEBUG}" ]]; then reload_flag="--reload" fi if [[ -n "${WORKER_COUNT}" ]]; then workers=${WORKER_COUNT} else workers=2 fi gunicorn --workers ${workers} \ --bind 0.0.0.0:8000 \ ${reload_flag} main.wsgi Писали такие конструкции чтобы проверить наличие флага и сформировать команду правильно? На самом деле можно сделать тоже самое проще. Для этого используются операторы условной подстановки, доступные в оболочках семейства POSIX. :- для установки значений по умолчанию ${WORKER_COUNT:-2} Если переменная не объявлена, то будет дефолтное значение 2. :+ подставляет указанный текст, если переменная не пуста ${DEBUG:+--reload} Если что-то есть в переменной то распечатается текст после символа +, в противном случае - ничего. Удобно для опциональных флагов, как в нашем примере. Итого наш скрипт может выглядеть так: gunicorn --workers ${WORKER_COUNT:-2} \ --bind 0.0.0.0:8000 \ ${DEBUG:+--reload} main.wsgi Есть еще два оператора. := не только подставить дефолтное значение, но и присвоить его переменной, если она пуста # никаких переменных еще нет VAL1=${VAL2:=hello} # теперь доступны обе echo $VAL1 $VAL2 # hello hello :? остановить выполнение с ошибкой, если переменной нет. echo ${MISS:?is required} bash: MISS: is required Код выхода будет 1. #tricks#linux
Пребарај: #funnymemes
@desi_memes_funny_jokes · Post #4688 · 02.06.2024 г., 05:34
#funnymemes#reels
Hashtags
@desi_memes_funny_jokes · Post #4694 · 02.06.2024 г., 15:35
#funnyreels#funnymemes
Hashtags
@DESI_MEMES_Funny_Jokes · Post #5828 · 09.11.2024 г., 16:55
Phir se fail hoga😭 . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#explore#funny#funnyvideos#comedy
@DESI_MEMES_Funny_Jokes · Post #5826 · 09.11.2024 г., 15:49
M€mory😭 . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#funny#funnyvideos#explore#comedy
@DESI_MEMES_Funny_Jokes · Post #5825 · 09.11.2024 г., 15:02
H!gh 0n pr0tien😂 . . . . . Memes funny funnyvideos funnymemes comedy explore new video . .. . #memes#funnymemes#funny#funnyvideos#explore#comedy
@DESI_MEMES_Funny_Jokes · Post #5822 · 09.11.2024 г., 14:06
Lull! T0uching sh0t😭 . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#funny#funnyvideos#explore#comedy
@DESI_MEMES_Funny_Jokes · Post #5821 · 09.11.2024 г., 13:19
Urf!'s 0utfit😭 . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#funny#funnyvideos#comedy#explore
@DESI_MEMES_Funny_Jokes · Post #5566 · 25.10.2024 г., 14:47
Comfy ☺️ #memes#funnymemes#explore#funny#funnyvideos#comedy
@DESI_MEMES_Funny_Jokes · Post #5446 · 16.10.2024 г., 05:17
Pl£ase l£ave me al0ne😭 . . . . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#explore#comedy#funny#funnyvideos
@DESI_MEMES_Funny_Jokes · Post #5415 · 10.10.2024 г., 12:10
Wh@ts h£r @? . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#explore#funnymemes#comedy#funny#funnyvideos
@desi_memes_funny_jokes · Post #5357 · 02.10.2024 г., 14:53
Br!lliant😭 . . . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#explore#funnymemes#comedy#funny#funnyvideos
@desi_memes_funny_jokes · Post #5351 · 01.10.2024 г., 07:20
£at gr££n😅 . . . . . . . . . Memes funny funnyvideos funnymemes comedy explore new video . . #memes#funnymemes#explore#comedy#funny#funnyvideos