Skip to content

Commit 69b729c

Browse files
author
Enrico Salvucci
committed
aggiornato Matrix e debuggato mkfs \(Matrix\)
1 parent 8aa58ab commit 69b729c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+13
-1604
lines changed

matrix/.matrix/computer/azione.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ if [ -e vigilant ]; then
2626
dd if=/dev/zero of=../uscita/trinity_fs bs=2M count=2 &> /dev/null
2727
dd if=/dev/zero of=../uscita/oracolo_fs bs=2M count=2 &> /dev/null
2828

29+
#
30+
#lo script pippo reprime l'output di mkfs.ext 4
31+
#
32+
33+
alias mkfs.ext4="./.pippo"
34+
2935
cd ../uscita
3036

3137
if [ ! -e ../uscita/scantinato/elera ]; then

matrix/.matrix/uscita/.pippo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
mkfs.ext4 -F $1 >& /dev/null

matrix/.matrix/uscita/azione.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
dev1="`file neo_fs | grep 'filesystem data'`"
4-
dev2="`file dozer_fs | grep 'filesystem data'`"
5-
dev4="`file trinity_fs | grep 'filesystem data'`"
6-
dev3="`file oracolo_fs | grep 'filesystem data'`"
3+
dev1="`file neo_fs | grep 'filesystem'`"
4+
dev2="`file dozer_fs | grep 'filesystem'`"
5+
dev4="`file trinity_fs | grep 'filesystem'`"
6+
dev3="`file oracolo_fs | grep 'filesystem'`"
77

88

99
ko()

matrix/.matrix/uscita/azione.sh~

Lines changed: 0 additions & 49 deletions
This file was deleted.

matrix/Matrix - Vigilant's rescue.url

Lines changed: 0 additions & 2 deletions
This file was deleted.

matrix/matrix/.settings/altruism.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

matrix/matrix/.settings/altruisx.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

matrix/matrix/.settings/autor.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

matrix/matrix/.settings/azione.str

Lines changed: 0 additions & 44 deletions
This file was deleted.

matrix/matrix/.settings/diversiv.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)