Initial commit.

This commit is contained in:
Dejvino
2020-10-06 22:28:37 +02:00
parent 7769e32b3f
commit 54723b3455
3 changed files with 72 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
EDITOR=vim
USER="" # WP user to create the post
PASSWORD="" # application password generated for your WP user
SERVER="" # server hostname, optionally with subdirectories
STATUS="draft" # one of publish,future,draft,pending,private
CATEGORIES="" # comma separated integer IDs of categories
TAGS="" # comma separated integer IDs of tags