Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created May 19, 2022 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylittle/7bdb727cfe53a0a6f1ce172935458978 to your computer and use it in GitHub Desktop.
Save luckylittle/7bdb727cfe53a0a6f1ce172935458978 to your computer and use it in GitHub Desktop.
Gracefully shut down Citrix Workspace session today at 16:45
#!/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