desktop/shell_integration/nautilus/createnemoplugin.sh

8 lines
196 B
Bash
Executable File

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