Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:build
> ./config/nushell/share.nu
Lenses
(coming soon!)
source "./gram.nu"
def reshare [node: string] { nsh miniserve miniserve $node; }
def share [nodes: list<path>, place?: string] {
let $place = if ($place | is-empty) { "" } else { $place }
$nodes | each {|node| print $"Sharing: ($node) -> ($grams.share.domain)/($place)" }
shell $grams.share.machine $"mkdir 'share/(dirname $place)'"
time rsync -av ...($nodes | path expand) $"(machine address $grams.share.machine):~/share/($place)" }