From 54833306ea563364134edce24d18b9a12cb1eb24 Mon Sep 17 00:00:00 2001 From: 114465 <114465@disroot.org> Date: Mon, 5 Feb 2024 20:38:37 -0500 Subject: [PATCH] Updated READMEs, notes.sh and notes.sh v2 --- README.md | 3 ++- notes-v2/notes.sh | 2 +- notes/notes.sh | 1 - website/README.md | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd441a4..8032301 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ This repo has only just been made and more of my work is going to be added in th ## Samples of work * notes.sh - a basic bash script -* notes.sh (v2) - another basic bash script that is much more to my liking +* notes.sh (v2) - another basic bash script that is much more to my liking +* website - a website that I am building that will run inside a docker container diff --git a/notes-v2/notes.sh b/notes-v2/notes.sh index 4c775e2..c000ee5 100755 --- a/notes-v2/notes.sh +++ b/notes-v2/notes.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh #Improved version of my other notes.sh script editor=vim mkdir ${HOME}/.notes_data/ diff --git a/notes/notes.sh b/notes/notes.sh index 5470529..af033b1 100755 --- a/notes/notes.sh +++ b/notes/notes.sh @@ -1,5 +1,4 @@ #!/bin/bash -#Basic bash script that is just a front end for a cli editor and an exuse to use if statements because I am sick of useing case staments #set editor of choice ed=vim diff --git a/website/README.md b/website/README.md index 72f7be8..125582c 100644 --- a/website/README.md +++ b/website/README.md @@ -1,3 +1,7 @@ +## Status + +This website and all accocated files are not done yet and is subject to change. + ## Hosting This site is not hosted publicly at the moment because I don't own a domain name or VPS.