Skip to content

Commit

Permalink
chdir to script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme committed Feb 13, 2025
1 parent 50c3e99 commit 046c721
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions functions/supportfiles/EEGLAB_verbose
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/bin/bash
cd "$(dirname "$0")" # this chdir to this script folder, usually not writable if not admin

# Define the folder path
echo
echo "***************************************"
echo "***************************************************************************"
echo "Please wait while EEGLAB is starting..."
echo "***************************************"
echo "See https://eeglab.org/others/Compiled_EEGLAB.html if you encounter issues"
echo "***************************************************************************"
echo

folder_path="/Applications/MATLAB/MATLAB_Runtime/R2022b/"
Expand Down

0 comments on commit 046c721

Please sign in to comment.