Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2016 11:11
Show Gist options
  • Save anonymous/d6d86057a0de3dfa82d9b05640bbf3ba to your computer and use it in GitHub Desktop.
Save anonymous/d6d86057a0de3dfa82d9b05640bbf3ba to your computer and use it in GitHub Desktop.
#!/bin/sh
wmctrl -o 0,0
setsid firefox -new-window -url "http://sark.ebi.ac.uk:9000/chembl/chembl_new_webservices/" &
sleep 5
wmctrl -o 1920,0
setsid firefox -new-window -url "http://ves-ebi-56.ebi.ac.uk/surechemblmonitor/#/dashboard/db/overview" &
sleep 5
wmctrl -o 0,1200
setsid firefox -new-window -url "https://uptimerobot.com/dashboard#tvMode" &
sleep 5
wmctrl -o 1920,1200;
setsid gnome-terminal -e "ping google.com" --geometry=107x31+0+0 &
setsid gnome-terminal -e "ping ebi-001.ebi.ac.uk" --geometry=107x31+0+700 &
setsid gnome-terminal -e "htop" --geometry=107x31+1100+700 &
setsid gnome-terminal -e "sshpass -pkDamZ2a ssh sarfari@sark.ebi.ac.uk -t \"htop\"" --geometry=107x31+1100+0 &
sleep 5;
while true
do wmctrl -o 0,0
sleep 20
wmctrl -o 1920,0
sleep 20
wmctrl -o 0,1200
sleep 20
wmctrl -o 1920,1200
sleep 20
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment