Steem Ruby Tutorial Code
Brought to you by:
krischik
#!/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 :