add scripts to handle geshi

git-svn-id: http://www.observium.org/svn/observer/trunk@386 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-25 15:55:17 +00:00
parent 713d495e99
commit bbcbbb0fae
2 changed files with 178 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
wget http://surfnet.dl.sourceforge.net/sourceforge/geshi/GeSHi-1.0.8.3.tar.gz
tar zxf GeSHi-1.0.8.3.tar.gz
mv geshi html/includes
ln scripts/geshi-ios.php html/includes/geshi/geshi/ios.php
rm GeSHi-1.0.8.3.tar.gz