This website works better with JavaScript.
首頁
探索
說明
註冊
登入
natrinicle
/
schnippets
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add Bash Safe Parent Dir
Schnippet to safely get the parent directory of a Bash script.
master
Nate Bohman
3 年之前
父節點
1954dc8490
當前提交
41969752d8
簽署人:
Nate Bohman
<natrinicle@gmail.com>
GPG Key ID:
C10546A54ABA1CE5
共有
1 個文件被更改
,包括
6 次插入
和
0 次删除
分割檢視
顯示文件統計
+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…
取消
儲存