Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
natrinicle
/
schnippets
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Add Bash Safe Parent Dir
Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman
3 lat temu
rodzic
1954dc8490
commit
41969752d8
Podpisane przez:
Nate Bohman
<natrinicle@gmail.com>
ID klucza GPG:
C10546A54ABA1CE5
1 zmienionych plików
z
6 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
+6
-0
bash_parent_dir.sh
+ 6
- 0
bash_parent_dir.sh
Wyświetl plik
@@ -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}"
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz