This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function usage { | |
echo "USAGE: git merge-svn <from> [<to>]" | |
echo "" | |
echo " from The branch name to be merged FROM" | |
echo " to Optional branch name to be merged onto. Default: HEAD" | |
echo "" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# tomcat70 Startup script for Tomcat 7.0, the Apache Servlet Engine | |
# | |
# | |
# chkconfig: - 80 16 | |
# description: Tomcat 7.0 is the Apache Servlet Engine | |
# processname: tomcat70 | |
# config: /etc/tomcat/tomcat70.conf | |
# pidfile: /var/run/tomcat70.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install highlight | |
pbpaste | highlight --syntax=groovy -O rtf | pbcopy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
otfinfo -f /usr/share/fonts/truetype/Palatino\ Linotype.ttf |
OlderNewer