Added the script

This commit is contained in:
Dangrain 2024-08-01 23:53:29 +02:00 committed by GitHub
parent 0d65ca8708
commit 8f312ca452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
danitor.sh Normal file
View file

@ -0,0 +1,11 @@
echo "Enter file name without extentions"
read filename
filename="${filename}.dan"
echo "Save - CTRL + D"
cat > "$filename"
echo "Your text has been saved to $filename."
#<3 (no idea why I wrote that)