Menu

[f6005e]: / Utilities / Terminal.command  Maximize  Restore  History

Download this file

38 lines (31 with data), 1.7 kB

#!/opt/local/bin/zsh
############################################################ {{{1 ###########
#  Copyright © 2007 … 2015 Martin Krischik 
#############################################################################
#  This program is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 3 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
#############################################################################
#  $Author: martin $
#  $Revision: 864 $
#  $Date: 2019-09-04 14:56:31 +0200 (Mi, 04. Sep 2019) $
#  $Id: Terminal.command 864 2019-09-04 12:56:31Z martin $
#  $HeadURL: svn://krischik.diskstation.me/Setup/trunk/Users/martin/Applications/Projekte/SteemRubyTutorial/Terminal.command $
############################################################ }}}1 ###########

setopt XTrace

fpath=(~/.functions ${fpath})

typeset -x -f -u realFile

typeset -x -g PROJECT_HOME=$(realFile "/Work/Projects/SteemRubyTutorial")

${PROJECT_HOME}/Utilities/Start-Terminal.command	

############################################################ {{{1 ###########
# vim: set wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.