dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit df500d552461836fc5528ce031a2014ae55f91f4
parent f266afe684f8cbc69e8b093703829883f0e94785
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed, 14 Mar 2018 11:19:40 -0400

Improve help string

Diffstat:
Mlinks/bin/phony-headless | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/links/bin/phony-headless b/links/bin/phony-headless @@ -8,7 +8,8 @@ sshfsmount=~/phony cmd="tmux" if [[ "$1" = "-h" ]]; then - echo "usage: $0 start|suspend|stop|status|notmux" + echo "usage: $0 [start|suspend|stop|status|notmux]" + echo "If no arguments are passed this script will connect to the VM via ssh" elif [[ "$1" = "start" ]]; then vmrun -T fusion start "$vmpath" nogui vmrun list