Updated READMEs, notes.sh and notes.sh v2

This commit is contained in:
114465 2024-02-05 20:38:37 -05:00
parent 47cff4b4b0
commit 54833306ea
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#Improved version of my other notes.sh script
editor=vim
mkdir ${HOME}/.notes_data/

View File

@ -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

View File

@ -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.