Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
natrinicle
/
schnippets
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Add Bash Safe Parent Dir
Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman
3 anni fa
parent
1954dc8490
commit
41969752d8
Firmato da:
Nate Bohman
<natrinicle@gmail.com>
ID Chiave GPG:
C10546A54ABA1CE5
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+6
-0
bash_parent_dir.sh
+ 6
- 0
bash_parent_dir.sh
Vedi File
@@ -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…
Annulla
Salva