last minutes cleanup
This commit is contained in:
parent
ef85c80359
commit
01451943ec
|
@ -1,6 +1,3 @@
|
|||
[![Build Status](https://api.travis-ci.org/JehanneOS/jehanne.svg?branch=master)](https://travis-ci.org/JehanneOS/jehanne)
|
||||
[![Coverity Badge](https://scan.coverity.com/projects/7364/badge.svg)](https://scan.coverity.com/projects/jehanne)
|
||||
|
||||
# Jehanne
|
||||
|
||||
Jehanne is a [simple][simplicity] operating system.
|
||||
|
@ -52,7 +49,7 @@ To build Jehanne and play with it, you need to have git, qemu,
|
|||
gcc, binutils and bison installed.
|
||||
For example on Debian GNU/Linux 10 you should be able to get going with
|
||||
|
||||
sudo apt-get install git build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15
|
||||
sudo apt-get install libxt-dev libtool-bin git build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15
|
||||
|
||||
After the repository clone, you can give a look with
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
#!/cmd/rc
|
||||
|
||||
# sed -n \
|
||||
# -e '/#{{/{x; /^$/{x;b}; s/''/''''/g; s/\$[$a-zA-Z0-9()#"]\+[\^]\?/''&''/g; s/^\n/echo ''/ ; s/$/''/; p; x; h; b}' \
|
||||
# -e H \
|
||||
# -e '/#}}/{s/#}}//; x; s/#{{//; s/#}}//; p; g}' \
|
||||
# -e '${x; /^$/{b}; /#}}/!{s/''/''''/g; s/\$[$a-zA-Z0-9()#"]\+[\^]\?/''&''/g; s/^\n/echo ''/ ; s/$/''/; p}}' \
|
||||
# | rc
|
||||
|
||||
sed '/^$/{s//echo/; b}; /^#! /{s/#! //g; b}; /^#! /!{s/''/''''/g; s/\$\(#\|"\)\?[$a-zA-Z0-9_]\+\(([$a-zA-Z0-9#_]\+)\)\?[\^]\?/''&''/g; s/^/echo ''/ ; s/$/''/; b}'
|
||||
|
|
2
hacking
2
hacking
|
@ -1 +1 @@
|
|||
Subproject commit 5ea07be6994bac967a282f30d2c87bf37875a1ff
|
||||
Subproject commit 98802a49e21d9728a67199d1a0b4492ec0120e56
|
Binary file not shown.
Loading…
Reference in New Issue