aboutsummaryrefslogtreecommitdiff
path: root/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'local.sh')
-rwxr-xr-xlocal.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/local.sh b/local.sh
index 0d1cda4..e6dc7ee 100755
--- a/local.sh
+++ b/local.sh
@@ -1,7 +1,8 @@
#!/bin/bash
-read -p "Enter the ROAM_PATH: " ROAM_PATH
-read -p "Enter the ROAM_DB_FILE: " ROAM_DB_FILE
+# export ROAM_PATH=/path/to/org-roam/src
+# export ROAM_DB_FILE=org-roam.db
+
ROAM_DB_PATH=$ROAM_PATH/$ROAM_DB_FILE
ROAM_IMG_PATH=$ROAM_PATH/img
@@ -31,4 +32,4 @@ if [ -d "../../out" ]; then
fi
mv out ../../
popd
-popd \ No newline at end of file
+popd