First commit

This commit is contained in:
git
2023-05-30 13:48:55 +02:00
commit c42c8c09a5
11 changed files with 166 additions and 0 deletions

4
dgedit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
t1=$(date +%D)
t2="$1-${t1//'/'/-}.txt"
gedit $t2