mirror of https://github.com/mongodb/mongo
SERVER-110775 Add shebang to workstation setup scripts (#41128)
GitOrigin-RevId: 0b7f1f7f6227bf8b5a8f015ef263bf32e4de7b60
This commit is contained in:
parent
70b5b3d5b9
commit
6a2fcd26e2
|
|
@ -1,3 +1,5 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
silent_grep() {
|
silent_grep() {
|
||||||
command grep -q "$@" >/dev/null 2>&1
|
command grep -q "$@" >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
failed_setup=false
|
failed_setup=false
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue