Skip to content

Commit

Permalink
MP:
Browse files Browse the repository at this point in the history
  • Loading branch information
clecap committed Jan 13, 2025
1 parent 18c636f commit 0c6d034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/get.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/bin/bash

printf "\nThis is dante-wiki/dist/get.sh version 2.3\n\n" # As freshness check during development

# get directory where this script resides wherever it is called from
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TOP_DIR=${DIR}
printf "TOP_DIR used is ${TOP_DIR}\n"
printf "DIR used is ${DIR}\n"

# CAVE: TOP_DIR in get is the manually generated directory into which we install

Expand Down

0 comments on commit 0c6d034

Please sign in to comment.