From 9a492b2268c4fb605f7a736ae4475c4c65043b11 Mon Sep 17 00:00:00 2001 From: Adrian Wood Date: Sun, 10 Aug 2025 22:12:21 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5757d18..75a802b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # runram -A script which creates a RAMdisk, copies the contents of the current directory to it, and runs a command of your choice in that RAMdisk copy of the data. Once the command is complete, the RAMdisk contents are synced back to the original directory. +A bash script which creates a RAMdisk, copies the contents of the current directory to it, and runs a command of your choice in that RAMdisk copy of the data. Once the command is complete, the RAMdisk contents are synced back to the original directory. This allows commands to be performed on a directory at the lowest possible latency regardless of the locations of the files, at the expense of start/end time to swop the entire contents or the file system into memory, and the associated RAM requirement to store the files. Usage: runram + Example: runram 1G dosbox \ No newline at end of file