folder reorganization.
This commit is contained in:
10
scripts/build_everything.sh
Executable file
10
scripts/build_everything.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
dir=$(dirname "$0")
|
||||
echo $dir
|
||||
cd $dir
|
||||
./build_kernel.sh
|
||||
./build_filesystem.sh
|
||||
sudo ./create_image.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user