Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions blech_run_process.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Redirect both stdout and stderr to output.log and display in terminal
exec > >(tee -i output.log) 2>&1

# Function to show folder selection dialog using zenity
choose_folder() {
zenity --file-selection --directory --title="Select data folder" 2>/dev/null
Expand Down