4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo -n -e "Week $(date '+%V') - $(date '+%a %d %b %H:%M')"
|