mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-13 14:59:30 +02:00
finish examples
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
include /etc/os-release
|
||||
DAY != date +%d
|
||||
MESSAGE != fortune -s
|
||||
|
||||
motd_$(DAY):
|
||||
$(info Hello $(USER))
|
||||
$(info Placing message:)
|
||||
echo "Welcome to $(NAME)" > $@
|
||||
echo $(MESSAGE) >> $@
|
||||
|
||||
Reference in New Issue
Block a user