Files
.bin/dgedit
2023-05-30 13:48:55 +02:00

5 lines
62 B
Bash
Executable File

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