Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Jan 6, 2024
1 parent 581f669 commit d7a1f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frobulator
Original file line number Diff line number Diff line change
Expand Up @@ -2860,8 +2860,10 @@ frobulator.log () {
command="${@}"

script="${script##*/}"

log="${log_directory}"/"${script}"-"${stamp}".log

"${SHELL}" -c "$(echo ${command})" >> "${log_directory}"/"${script}"-"${stamp}".log 2>&1
"${SHELL}" -c "$(echo ${command})" >> "${log}" 2>&1
}

# password /////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d7a1f65

Please sign in to comment.