with import {}; pkgs.writeShellScriptBin "ssy" '' #!/bin/sh startsync 2>&1 > /dev/null & disown ls ~/sync 2>&1 > /dev/null ''