createnemoplugin.sh 195 B

1234567
  1. #!/bin/sh
  2. # this script creates a plugin for nemo, just be replacing
  3. # all occurences of Nautilus with Nemo.
  4. cp syncstate.py syncstate_nemo.py
  5. sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py