7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/bash
|
|
|
|
YR=$1
|
|
DY=$2
|
|
|
|
cp -R dayTemplate "$YR/$DY"
|