6 lines
155 B
Plaintext
Executable File
6 lines
155 B
Plaintext
Executable File
#.fsdefaults
|
|
command -v syncthing-gtk && [ -d "$HOME/.config/syncthing" ]
|
|
syncthing-gtk
|
|
command -v syncthing && [ -d "$HOME/.config/syncthing" ]
|
|
syncthing
|