Nigel
891085e151
- Created a scripts folder - Written instructions on how to create the disk image - Working on a python build script that executes all other scripts The scripts folder should contain scripts to build a full installation of our operating system. Scripts like creating a filesystem should be found here
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
start=`date +%s`
|
|
end=`date +%s`
|
|
echo That took $((end-start)) seconds
|
|
date +"%c" -d195440409
|