root/feedmelinks/bin/fix-links.sh
| Revision 216, 209 bytes (checked in by hirokai, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | echo fixing symlinks after cvs broke them: |
| 4 | |
| 5 | echo utils rss |
| 6 | |
| 7 | rm utils.inc.js |
| 8 | ln -s modules/utils.inc.js |
| 9 | |
| 10 | rm list-expanded.php |
| 11 | ln -s folder.php list-expanded.php |
| 12 | |
| 13 | rm rss.php |
| 14 | ln -s rss-2.0.php rss.php |
Note: See TracBrowser for help on using the browser.