Преглед на файлове

Add Bash Safe Parent Dir

Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman преди 3 години
родител
ревизия
41969752d8
Signed by: Nate Bohman <natrinicle@gmail.com> GPG Key ID: C10546A54ABA1CE5
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. +6
    -0
      bash_parent_dir.sh

+ 6
- 0
bash_parent_dir.sh Целия файл

@@ -0,0 +1,6 @@
#!/usr/bin/env bash

# Get the parent dir to the one this script is located in.
base_dir=$(dirname -- "$(dirname -- "$(realpath -- "${0}")")")

echo "${base_dir}"

Loading…
Отказ
Запис