Created
May 19, 2022 01:57
-
-
Save luckylittle/7bdb727cfe53a0a6f1ce172935458978 to your computer and use it in GitHub Desktop.
Gracefully shut down Citrix Workspace session today at 16:45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
at 16:45 <<END | |
pgrep wfica | xargs kill -s TERM | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment