使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
natrinicle
/
schnippets
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
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}"
撰写
预览
正在加载...
取消
保存