#!/bin/bash

x="/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession"

[ -x "$x" ] && "${x}" -suspend

