4 lines
79 B
Text
4 lines
79 B
Text
|
#!/bin/sh
|
||
|
|
||
|
exec /usr/bin/syncthing -no-browser -home="$HOME/.config/syncthing"
|