ImprovedMoinSearch

instmacros

7:1e0cdf78d59c
2010-10-03 Paul Boddie Introduced formatting styles that can be combined and applied to formatting actions. Changed the format syntax so that formatting actions may resemble function invocations, grouping arguments together with each action. Added a line-break action.
     1 #!/bin/bash     2      3 if [[ ! $1 ]] ; then     4     echo "Please specify a directory such as ../mysite/wiki or /tmp/mysite/wiki."     5     echo "This should be the root of your Wiki installation and contain the data"     6     echo "directory."     7     echo     8     echo "You may wish to uncomment and modify the chown command in this script."     9     exit    10 fi    11     12 cp macros/*.py $1/data/plugin/macro/    13 #chown www-data: $1/data/plugin/macro/*.py