From 8039228db1ecc500f5372da2adc04ef991303a0e Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 15 Aug 2023 18:39:24 +0000 Subject: Added images, fixed scripts, updated index markdown --- scripts/new.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 scripts/new.md (limited to 'scripts/new.md') 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 -- cgit v1.2.3