9 lines
170 B
Bash
9 lines
170 B
Bash
session_root "~/repos/personal-devboot/scripts/shell"
|
|
|
|
if initialize_session "telebot"; then
|
|
new_window "scrcpy"
|
|
run_cmd "./scrcpy.sh"
|
|
fi
|
|
|
|
finalize_and_go_to_session
|