Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Parman committed Jan 27, 2025
1 parent d20e8d7 commit c94c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_parmanode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function source_parmanode {

if [ -e "$HOME/parman_programs/parmanode/src" ]; then

for file in "$HOME/parman_programs/parmanode/src"/*/*/*.sh; do
for file in "$HOME/parman_programs/parmanode/src"/*/*.sh; do
[ -f "$file" ] && source "$file"
done

Expand Down

0 comments on commit c94c34f

Please sign in to comment.