2016-01-28 13:44:13 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# this script creates a plugin for nemo, just be replacing
|
|
|
|
# all occurences of Nautilus with Nemo.
|
|
|
|
|
2017-08-31 14:16:34 +03:00
|
|
|
cp syncstate.py syncstate_nemo.py
|
2016-02-09 14:59:09 +03:00
|
|
|
sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py
|