Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
bd13c9ba
Unverified
Commit
bd13c9ba
authored
Aug 29, 2014
by
Bruno Sutic
Browse files
Clean out comments
parent
87b2d757
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/process_restore_helpers.sh
View file @
bd13c9ba
...
...
@@ -21,8 +21,6 @@ restore_pane_process() {
local
strategy_file
=
"
$(
_get_strategy_file
"
$pane_full_command
"
)
"
local
strategy_command
=
"
$(
$strategy_file
"
$pane_full_command
"
"
$dir
"
)
"
tmux send-keys
"
$strategy_command
"
"C-m"
# tmux send-keys "Strategy! $pane_full_command $strategy_file"
# tmux send-keys "Strategy! $strategy_command"
else
# just invoke the command
tmux send-keys
"
$pane_full_command
"
"C-m"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment