ssy: add
This commit is contained in:
parent
6cd8794938
commit
95afe343bf
2 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,7 @@ in
|
|||
jq
|
||||
(import ./sl.script.nix)
|
||||
(import ./startsync.script.nix)
|
||||
(import ./ssy.script.nix)
|
||||
(import ./bright.script.nix)
|
||||
(import ./nix-cmd.script.nix)
|
||||
(import ./sshpc.script.nix)
|
||||
|
|
8
ssy.script.nix
Normal file
8
ssy.script.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
pkgs.writeShellScriptBin "ssy" ''
|
||||
#!/bin/sh
|
||||
startsync 2>&1 > /dev/null & disown
|
||||
ls ~/sync 2>&1 > /dev/null
|
||||
''
|
||||
|
Loading…
Add table
Reference in a new issue