Added the script
This commit is contained in:
parent
0d65ca8708
commit
8f312ca452
1 changed files with 11 additions and 0 deletions
11
danitor.sh
Normal file
11
danitor.sh
Normal 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)
|
Loading…
Add table
Reference in a new issue