aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/new.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-09-03 20:58:06 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-09-03 20:58:06 +0100
commit8c8990c84efe2bc22abb62322286b41220e9bbdf (patch)
tree2654a5029198dc38e70bd2fd8d6a5c8f27d518b8 /scripts/new.md
parente484a4ecd182d806d004a0b5b9116683bc07217e (diff)
parent8039228db1ecc500f5372da2adc04ef991303a0e (diff)
downloadeda.gay-8c8990c84efe2bc22abb62322286b41220e9bbdf.tar.gz
eda.gay-8c8990c84efe2bc22abb62322286b41220e9bbdf.zip
Merge branch 'master' of github.com:jwansek/eda.gay
Diffstat (limited to 'scripts/new.md')
-rwxr-xr-xscripts/new.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/new.md b/scripts/new.md
deleted file mode 100755
index 034480a..0000000
--- a/scripts/new.md
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-echo -n "Input blog post title: "
-read title
-
-echo -n "Input blog post category: "
-read category
-
-sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$1":/app/$1 --link mariadb:mysql --rm jwansek/edaweb /app/parser.py save -m /app/$1 -u root -c $category -t $title