index
:
nixfiles
this commit
main
System and user configuration, managed by nix and home-manager
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zsh
/
functions
/
runit
/
getservicedir
blob: 2e5d961c13442c0c7b3925453c8d5f8e93285009 (
plain
)
1
2
#!/usr/bin/env zsh
print
${
$(
readlink
${
SVDIR
:-
/service
}
/
$1
)
:
h
}