Revision ec89a874b6c1d4500f8bed2e2a6bf838d1e44b6a authored by Kevin Squire on 03 July 2013, 00:05:48 UTC, committed by Kevin Squire on 03 July 2013, 00:05:48 UTC
* Makes it so it's actually possible to have a ~/.julia/v0.1 directory
  for julia 0.1 (I guess no one actually uses this...)
1 parent 3126fe2
Raw File
install-tmbundle
#!/bin/sh
cp -r Julia.tmbundle ~/Library/Application\ Support/TextMate/Bundles
back to top