5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
notify-send "switching to media vm..."
|
|
ssh 192.168.0.2 /home/lucka/sh/vm/tv-nv
|
|
notify-send "switched to media vm"
|