Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
natrinicle
/
schnippets
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Add Bash Safe Parent Dir
Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman
3 vuotta sitten
vanhempi
1954dc8490
commit
41969752d8
Allekirjoittanut:
Nate Bohman
<natrinicle@gmail.com>
GPG Key ID:
C10546A54ABA1CE5
1 muutettua tiedostoa
jossa
6 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
+6
-0
bash_parent_dir.sh
+ 6
- 0
bash_parent_dir.sh
Näytä tiedosto
@@ -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…
Peruuta
Tallenna