Skip to content

Commit

Permalink
fixed bug in save_sessions\.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgall committed Feb 14, 2022
1 parent f0d4152 commit be85c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/save_sessions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ while read session; do
# echo "Window ID:$window_id"
# echo "Session Name:$session_name"

$CURRENT_DIR/save_session.sh $session_name $(echo "$bt_list")
$CURRENT_DIR/save_session.sh $session_name "$(echo "$bt_list")"
done < <(echo "$bt_list" | cut -f1,3 | grep dont_close-tmux-browser)

0 comments on commit be85c49

Please sign in to comment.