Dependencies:
$ aptitude install libtool autoconf automake uuid-dev
Installation commands:
$ git clone https://github.com/zeromq/zeromq3-x.git
<?php | |
/** | |
* php-ansi-color | |
* | |
* Original | |
* https://github.com/loopj/commonjs-ansi-color | |
* | |
* @code | |
* <?php | |
* require_once "ansi-color.php"; |
Dependencies:
$ aptitude install libtool autoconf automake uuid-dev
Installation commands:
$ git clone https://github.com/zeromq/zeromq3-x.git
#!/bin/sh | |
error() { echo "$@" 1>&2; exit 1; } | |
[ $# -gt 1 ] || | |
error "must provide screen session name and command" | |
session="${1}" | |
shift; | |
found=$(screen -ls | awk '-F\t' '$2 ~ m {print $2}' "m=[0-9]+[.]$session$") |