with import {}; pkgs.writeShellScriptBin "startsync" '' #!/bin/sh killall sshfs sftp sleep 0.5 killall -9 sshfs sftp sudo umount -l sync sleep 0.5 sshfs -p 23 root@tudbut.de:sync ~/sync while ! ls ~/sync/Passwords.kdbx ; do sleep 0.2 ; done exec keepassxc ''