Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created February 22, 2010 05:53
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 hitode909/310845 to your computer and use it in GitHub Desktop.
Save hitode909/310845 to your computer and use it in GitHub Desktop.
#compdef s
sessions=$(screen -ls | awk '{ FS = "[\. \t]+" } /tached/ { print $3 }')
_arguments "1:first:($sessions)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment