Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 244 Bytes

File metadata and controls

9 lines (8 loc) · 244 Bytes
  1. Adjust script to your needs
  2. Copy to watch
  3. Make executable
ssh ceres@192.168.2.15 'mkdir ~/script-shell'
scp script-name.sh ceres@192.168.2.15:~/script-shell
ssh ceres@192.168.2.15 'chmod 700 ~/script-shell/script-name.sh'