6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
YEAR=${1:-$(date "+%Y")}
|
||
|
|
||
|
utils/csveditor.py content/${YEAR}/necesidades.csv
|