Y
Hacker News
new
|
ask
|
show
|
jobs
by
jmnicolas
4518 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 ?! ;-)
1 comments
Touche
4518 days ago
head just prints the contents of the file, it doesn't execute anything.
link
intortus
4518 days ago
and neither does my terminal emulator...
link
dkersten
4518 days ago
Pipe it through something that strips control characters before printing perhaps?
link