SERVER-110775 Add shebang to workstation setup scripts (#41128)

GitOrigin-RevId: 0b7f1f7f6227bf8b5a8f015ef263bf32e4de7b60
This commit is contained in:
Pierre Turin 2025-09-12 01:06:15 -07:00 committed by MongoDB Bot
parent 70b5b3d5b9
commit 6a2fcd26e2
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#! /bin/bash
silent_grep() {
command grep -q "$@" >/dev/null 2>&1
}

View File

@ -1,3 +1,5 @@
#! /bin/bash
failed_setup=false
source ~/.bashrc