Readme
An interesting Harper's message of the day when I open a shell.
crontab to grab updates on the first of the month
10 0 1 * * curl -s https://visnup-harpers.web.val.run > $HOME/.motd
~/.config/fish/functions/fish_greeting.fish to pick a random line on new fish shell; other shell support left to the reader
function fish_greeting
set line (random 1 (cat ~/.motd | wc -l))
awk "NR==$line" ~/.motd | fold -s -w (tput cols)
end
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
visnup-harpers.web.val.run
Updated: February 28, 2024