From 729d445b6885f69dd2c6355f38707bd42851c791 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:21:48 -0700 Subject: change the directory structure --- bench/snippets/copy.bun.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 bench/snippets/copy.bun.js (limited to 'bench/snippets/copy.bun.js') diff --git a/bench/snippets/copy.bun.js b/bench/snippets/copy.bun.js deleted file mode 100644 index 20269212a..000000000 --- a/bench/snippets/copy.bun.js +++ /dev/null @@ -1,4 +0,0 @@ -import path from "path"; -const input = path.resolve(process.argv[process.argv.length - 2]); -const output = path.resolve(process.argv[process.argv.length - 1]); -await Bun.write(Bun.file(output), Bun.file(input)); -- cgit v1.2.3