Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions install.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

source .common.bash

checkutil git || die "Не удалось найти утилиту 'git'"
Expand Down
2 changes: 2 additions & 0 deletions start.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

source .common.bash

PARALLEL="${PARALLEL:+--parallel ${PARALLEL}}"
Expand Down
2 changes: 2 additions & 0 deletions update.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

source .common.bash

lock check && die "В данный момент работает другая копия данного скрипта" \
Expand Down