Skip to content

Commit

Permalink
Minor corrections, and version change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cngarrison committed Oct 3, 2014
1 parent 2a72403 commit 55d5fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
$SUDO chmod +x $rbbedit_path || { echo "Failed to install rbbedit into /usr/local/bin."; exit 1; }
fi
install_path=`dirname $rbbedit_path`
echo "Installed rbbedit into $install_path."; exit 0;
echo "Installed rbbedit into $install_path"; exit 0;


# Local Variables:
Expand Down
5 changes: 1 addition & 4 deletions rbbedit
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
# Copyright: Copyright (c) 2014 Charlie Garrison
# All Rights Reserved.
# Created on: 2014-09-01
# $Revision: $
# $Author: $
# $Date: $
# Purpose: Script to edit local files on remote workstation using BBEdit
#-----------------------------------------------------------------------
# $Log: $
# v0.1 Requires ExpanDrive for remote volume mounting
# v0.2 Parse ARGS using getopts
# v0.3 Multiple copy methods supported, absolute or relative paths, better error handling
# v0.4 Better support for `sh` on different platforms
# v0.5 Command option to send or get SSH keys to/from BBEdit workstation
# v0.6 Installer script and command option to self-update script
#-----------------------------------------------------------------------

bbedit_ssh_user=""
Expand Down

0 comments on commit 55d5fa7

Please sign in to comment.