tmux-resurrect/save_command_strategies
Bruno Sutic 9dc3f8c639
Always use 'ps -ao' to detect commands
Previously we used 'ps -eo' for some operating systems. It turns out
flags '-ao' work fine for all, and it should also be fine per posix spec

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html#tag_20_96
2018-09-11 11:16:30 +02:00
..
gdb.sh Implement save command strategy `gdb` 2014-09-21 00:08:41 +02:00
pgrep.sh Implement save command strategy: pgrep 2014-09-20 23:55:19 +02:00
ps.sh Always use 'ps -ao' to detect commands 2018-09-11 11:16:30 +02:00