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

5 lines
58 B
Bash
Executable File

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