User talk:Lynnae

From FreekiWiki
Revision as of 21:08, 14 August 2012 by Scellef (talk | contribs) (Tip for symlinking all the things)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For reference, the one-liner I pulled together to drop symlinks in the user's homedir for all included games looked like this (note that -1 is a dash numeral one):

   $> ls -1 /usr/games | xargs -n1 -I {} ln -s {} /usr/games/{} 

Scellef 04:08, 15 August 2012 (UTC)