1
0
Fork 0
Nextcloud-Desktop/shell_integration/nautilus/createnemoplugin.sh

8 lines
195 B
Bash
Executable File

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