This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
natrinicle
/
schnippets
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Add Bash Safe Parent Dir
Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman
пре 3 година
родитељ
1954dc8490
комит
41969752d8
Signed by:
Nate Bohman
<natrinicle@gmail.com>
GPG Key ID:
C10546A54ABA1CE5
1 измењених фајлова
са
6 додато
и
0 уклоњено
Подељен поглед
Покажи статистику Diff
+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}"
Write
Preview
Loading…
Откажи
Сачувај