summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-12-02 02:14:55 +0000
committerOmar Rizwan <omar@omar.website>2022-12-02 02:14:55 +0000
commitbb5241a299616360cab5d0750cffd744c490f4f7 (patch)
treee167061f382506b8265cbe84559fe82e0059d10b /virtual-programs
parentFix line order for upside-down labels (diff)
downloadfolk-bb5241a299616360cab5d0750cffd744c490f4f7.tar.gz
folk-bb5241a299616360cab5d0750cffd744c490f4f7.zip
More programs + don't sync non-laptop.tcl assertions from laptop
Attempts to improve networking too
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/unix-commands.folk1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtual-programs/unix-commands.folk b/virtual-programs/unix-commands.folk
index 9958debb..94cb9597 100644
--- a/virtual-programs/unix-commands.folk
+++ b/virtual-programs/unix-commands.folk
@@ -26,7 +26,6 @@ When /someone/ wishes /p/ runs Unix command /c/ {
fconfigure $reader -blocking 0
fileevent $reader readable [list ::readline $jobid $reader]
-
When /p/ is running Unix command /c/ with job id $jobid output /log/ {
Wish $p is labelled [join $log "\n"]
}