Added template for dart

This commit is contained in:
2023-11-28 15:15:16 +00:00
parent c0b56886c0
commit af2687fe11
12 changed files with 531 additions and 13 deletions

11
new_day Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "Expected file ending"
exit;
fi
year=$(date +%Y)
day=$(date +%d)
cp ./$year/src/template.$1 ./$year/src/day$day.$1