Adding scripts, commands, and logging scaffolding
This commit is contained in:
4
scripts/01_build_gem5.sh
Executable file
4
scripts/01_build_gem5.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
cd /home/carlos/projects/gem5
|
||||
scons build/ARM/gem5.opt -j"$(nproc)"
|
||||
Reference in New Issue
Block a user