Changes between Initial Version and Version 1 of Ticket #204, comment 6


Ignore:
Timestamp:
11/28/12 03:56:33 (11 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #204, comment 6

    initial v1  
    8383\\
    8484
    85 {{{for x in `ls /usr/share/applications`; do
     85{{{
     86for x in `ls /usr/share/applications`; do
    8687ln -sf /usr/share/applications/$x ./; done
    8788}}}