mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu: list all sessions, LP: #684926
This commit is contained in:
parent
9cb61824bb
commit
88dc772bdd
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,7 @@ byobu (3.17) unreleased; urgency=low
|
||||||
* usr/lib/byobu/cpu_temp: add cpu temp path for modern (x201) thinkpads
|
* usr/lib/byobu/cpu_temp: add cpu temp path for modern (x201) thinkpads
|
||||||
* usr/share/byobu/windows/common: must set a target site for the sample
|
* usr/share/byobu/windows/common: must set a target site for the sample
|
||||||
w3m window to work, LP: #689340
|
w3m window to work, LP: #689340
|
||||||
|
* usr/bin/byobu: list all sessions, LP: #684926
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 Dec 2010 08:57:51 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 Dec 2010 08:57:51 -0600
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ PROFILE="-c $BYOBU_PREFIX/share/$PKG/profiles/byoburc"
|
||||||
NAME="-S $PKG"
|
NAME="-S $PKG"
|
||||||
# Zero out $NAME if user has specified a -S
|
# Zero out $NAME if user has specified a -S
|
||||||
for i in $@; do
|
for i in $@; do
|
||||||
case $i in -ls|--list|-S) NAME= ;; esac
|
case $i in -S) NAME= ;; esac
|
||||||
done
|
done
|
||||||
# Now let's execute screen!
|
# Now let's execute screen!
|
||||||
if [ "$#" = "0" ]; then
|
if [ "$#" = "0" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue