mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 21:21:51 +09:00
tmpfs file
This commit is contained in:
4
assets/disk0/tmptest.js
Normal file
4
assets/disk0/tmptest.js
Normal file
@@ -0,0 +1,4 @@
|
||||
let tmp = files.open("$:/TMP/test.txt")
|
||||
tmp.swrite("Hello, world!")
|
||||
println(tmp.sread())
|
||||
tmp.close()
|
||||
Reference in New Issue
Block a user