5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/bash
|
|
|
|
MERRY_CHRISTMAS='MERRY CHRISTMAS'
|
|
AND_LOTS_OF_CODE_IN_NEW_YEAR="And lots of CODE in $(($(date +'%Y')+1))"
|
|
CODE='CODE'
|