mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
remove realpath
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#
|
||||
|
||||
# We run from the patches dir. Go there now if not already.
|
||||
cd $(dirname $(realpath $0))
|
||||
cd $(dirname $0)
|
||||
pwd # Show it upon the screen so all shall be made apparent.
|
||||
|
||||
# Create healed/ directory here if it doesn't already exist.
|
||||
|
||||
Reference in New Issue
Block a user