nextcloud-desktop/shell_integration/nautilus/createnemoplugin.sh
Dimitri Papadopoulos 9d830e94f9 Fix typos found by codespell
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-06-21 08:47:13 +02:00

7 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