mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Fixed config and checks
This commit is contained in:
parent
8c3dd50750
commit
13b07244fb
3 changed files with 14 additions and 3 deletions
|
|
@ -30,3 +30,7 @@ function nux.check.exec {
|
|||
function nux.check.file.exists {
|
||||
test -e "$1" -o -h "$1";
|
||||
}
|
||||
|
||||
function nux.check.file.symlink {
|
||||
test -h "$1";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue