citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

lockmac (150B)


      1 #!/usr/bin/env bash
      2 
      3 ip=$(macip)
      4 
      5 ssh "$ip" "osascript -e 'tell application \"System Events\" to keystroke \"q\" using {control down, command down}'"