Some modifications, tailscale scripts

This commit is contained in:
2025-04-15 23:47:59 +03:00
parent e7fc369f31
commit 933c5e3dac
20 changed files with 131 additions and 526 deletions

View File

@ -5,7 +5,7 @@ month=$(date +%m)
day=$(date +%d)
folder="$HOME/docs/daily/$year"
note="$folder/$month.$day.md"
mkdir -p $folder
mkdir -p "$folder"
[ ! -f "$note" ] && echo "# $year.$month.$day" > "$note"
nvim $note
nvim "$note"