summaryrefslogtreecommitdiffstats
path: root/test_code/copy_files.sh
diff options
context:
space:
mode:
authorRegina König2022-09-07 23:24:55 +0200
committerRegina König2022-09-07 23:24:55 +0200
commit09e1b4fb40878ef29b8ca36b93172fcd89c70883 (patch)
treef731cd63f8a6511d1b1bbad6ed4eb01111e77995 /test_code/copy_files.sh
parenthiuhi (diff)
parentRename dir and experiment with cmdline options (diff)
downloadmemtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.gz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.xz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.zip
Merge branch 'master' of git.openslx.org:openslx-ng/memtest86HEADmaster
Diffstat (limited to 'test_code/copy_files.sh')
-rwxr-xr-xtest_code/copy_files.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_code/copy_files.sh b/test_code/copy_files.sh
new file mode 100755
index 0000000..98c7beb
--- /dev/null
+++ b/test_code/copy_files.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cp ~/Memtest/git/edk2/Build/OvmfX64/DEBUG_GCC5/FV/OVMF* .
+cp ~/Memtest/git/edk2/Build/OvmfX64/DEBUG_GCC5/X64/HelloWorld.efi hda-contents
+cp ~/Memtest/git/edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.c .