You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
98B

  1. #! /bin/sh
  2. for file in `cat PluginList.txt`
  3. do
  4. echo $file
  5. cd $file/
  6. nedit Makefile.in
  7. cd ..
  8. done