Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Sep 3, 2024
1 parent 19cd7eb commit 9a7a431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xs2.nu
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export def .pipe [id: string] {
$content | h. post $"./store/sock//pipe/($id)"
}

# show the status of running tasks TBD
export def .tasks [] {
.cat
}


export def .test [] {
use std assert;
Expand Down

0 comments on commit 9a7a431

Please sign in to comment.