cd/exit
This commit is contained in:
parent
3cd1a1d718
commit
a596a8868c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||||
cd "$(dirname "${FILE}")"
|
cd "$(dirname "${FILE}")" ||
|
||||||
|
exit
|
||||||
|
|
||||||
ROOT='root/msys2'
|
ROOT='root/msys2'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue