pagename as argument
This commit is contained in:
parent
157b584434
commit
b13c567498
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ user="www-data"
|
||||||
|
|
||||||
# Dir['*.txt']
|
# Dir['*.txt']
|
||||||
|
|
||||||
file=ARGV[0] # dokuwiki pagenme/basename as argument
|
file=ARGV[0] # dokuwiki pagenme as argument
|
||||||
|
|
||||||
# parse dokuwiki -> html
|
# parse dokuwiki -> html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue