scripts-main/unlock_server

5 lines
113 B
Plaintext
Raw Normal View History

2018-06-21 22:49:50 -05:00
#!/bin/bash
ssh -X glitchd@192.168.1.119 "export DISPLAY=:0; killall xscreensaver; xscreensaver -no-splash;" &