9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
zellij r --name run --close-on-exit --direction down -- ~/.config/bin/run-from-helix
|
|
|
|
for x in {1..3}
|
|
do
|
|
zellij action resize decrease up
|
|
done
|