diff options
| author | Omar Rizwan <omar@omar.website> | 2022-10-17 04:10:32 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-10-17 04:10:37 +0000 |
| commit | 263e3eff7c1b3003e0fd119bffca073db98d0d47 (patch) | |
| tree | 7cc1cd482d1915ba8828d0397681afa696e4c997 /virtual-programs | |
| parent | set-play (diff) | |
| download | folk-263e3eff7c1b3003e0fd119bffca073db98d0d47.tar.gz folk-263e3eff7c1b3003e0fd119bffca073db98d0d47.zip | |
print-test shouldn't run on pi
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print-test.folk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual-programs/print-test.folk b/virtual-programs/print-test.folk index 289e4bfd..f1999115 100644 --- a/virtual-programs/print-test.folk +++ b/virtual-programs/print-test.folk @@ -1,3 +1,5 @@ +if {$::nodename == "folk0"} return + set fp [open "test-output.ps" w] puts $fp [programToPs 6 hello] close $fp |
