Restoring programs with arguments; improve process matching

Closes #20, closes #19
This commit is contained in:
Bruno Sutic
2014-08-28 23:39:53 +02:00
parent 093627ce0a
commit cfe8e7979b
5 changed files with 36 additions and 13 deletions

View File

@ -46,6 +46,10 @@ supported_tmux_version_ok() {
$CURRENT_DIR/check_tmux_version.sh "$SUPPORTED_VERSION"
}
remove_first_char() {
echo "$1" | cut -c2-
}
# path helpers
sessions_dir() {