Changeset 15883 for lang/shellscript
- Timestamp:
- 07/16/08 09:56:09 (4 months ago)
- Files:
-
- 1 modified
-
lang/shellscript/blosxom.zsh/blosxom.zsh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/shellscript/blosxom.zsh/blosxom.zsh
r638 r15883 1 #!/usr/bin/ zsh2 # vim:ft= sh:1 #!/usr/bin/env zsh 2 # vim:ft=zsh: 3 3 4 4 # array とかはそのまま関数に渡せない? … … 19 19 20 20 function template () { 21 template=$( cat$1)21 template=$(<$1) 22 22 typeset -A variables 23 23 variables=() … … 45 45 stat -H st +mtime $f 46 46 strftime -s date "%Y-%m-%d %H:%M:%S" $st[mtime] 47 content=$( cat$f)47 content=$(<$f) 48 48 : ${(A)content::=${(f)content}} 49 49 title=$content[0]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)