====== JavaScript on Java ====== [[:|Projects index]] ===== Zeroer ===== Script to create a zero-filled file that fills the disk (for my [[blog>howtos-linux/kvm-qemu-notes|KVM/QEMU notes page]]); the created file will be named //zeroes//. Can be run on top of [[pluggablejs]] or [[javacode/#RhinoRun]]. [[/files/dynamicjava/zeroer.js|zeroer.js]] Usage with RhinoRun: * Get the [[/files/javacode/RhinoRun.class|class]] and [[/files/dynamicjava/zeroer.js|zeroer.js]] * Run\\ ''java RhinoRun zeroer.js'' ---- //(c) 2008 Toni Corvera //