This commit is contained in:
2024-10-14 22:37:58 +02:00
parent 28ce6be51e
commit bc3bc1acf2
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/** @param {NS} ns */
export async function main(ns) {
ns.wget("https://storage.googleapis.com/bitburner_test_bucket_1/First%20File.txt", "firstFile.txt");
}