mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
9d830e94f9
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
7 lines
196 B
Bash
Executable file
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
|