Re: [dev] [ANNOUNCE] slock-1.3

From: Martin Kühne <mysatyre_AT_gmail.com>
Date: Sat, 13 Feb 2016 21:14:57 +0100

stdout could print an api secret "[locked]" and the calling script could act upon that.

slock | {
  read
  if [[ "$REPLY" = "[locked]" ]]; then
    suspend
  else
    yell at user or power off for added security
  fi
}

cheers!
mar77i
Received on Sat Feb 13 2016 - 21:14:57 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 13 2016 - 21:24:11 CET