このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
natrinicle
/
schnippets
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
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キー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}"
書き込み
プレビュー
読み込み中…
キャンセル
保存