This commit is contained in:
2023-09-05 11:35:03 +03:00
parent 4d72f705d8
commit a189d6dc6f
2 changed files with 4 additions and 0 deletions

1
bin/abs-dir Symbolic link
View File

@@ -0,0 +1 @@
../files/abs-dir

3
files/abs-dir Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -e
dirname $( abs-path "$1" )