mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
delay screensaver
This commit is contained in:
parent
6d0499be8f
commit
7887c1a98c
1 changed files with 6 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
seconds=$1
|
||||
shift
|
||||
|
||||
[[ -n $seconds ]] && sleep $seconds
|
||||
|
||||
open -a /System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/ScreenSaverEngine.app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue