Y
Hacker News
new
|
ask
|
show
|
jobs
by
Touche
4516 days ago
Nice, store todo.md in a cloud drive and you'll have it show up on all of your computers.
1 comments
jmnicolas
4516 days ago
So you're storing a file on a public server that is beyond your control and you make your shell read it every time you launch it ?
What could possibly go wrong ?! ;-)
link
Touche
4516 days ago
head just prints the contents of the file, it doesn't execute anything.
link
intortus
4516 days ago
and neither does my terminal emulator...
link
dkersten
4516 days ago
Pipe it through something that strips control characters before printing perhaps?
link
What could possibly go wrong ?! ;-)