ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/install.sh
Revision: 1084
Committed: 2008-08-21T19:45:28-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-sh
File size: 285 byte(s)
Log Message:
Menes has strange errors; I'll probably completely replace this with Python at some point anyway, grr!

File Contents

# Content
1 #!/usr/bin/env bash
2 # Douglas Thrift
3 #
4 # Feeping Creaturism
5 #
6 # $Id$
7
8 target="$HOME/DouglasThrift.net/WWW/data/computers"
9
10 install -pv FeepingCreaturism jargon.cgi $target/
11 touch $target/{Error,Memory}.log
12 chmod g+w $target/{Error,Memory}.log
13 sudo chgrp www $target/{Error,Memory}.log

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Id