repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git]
/
rom
/
filesys
/
ram
/
TestFS
blob
dd3165fe0789624bf43a93cd387a637863374131
1
FailAt 21
2
MakeDir "d1"
3
MakeLink "l1" "d1" FORCE
4
CD "l1"
5
Echo "Hello World" TO "f1"
6
Echo "Hello World" TO "f1"
7
Delete "f1"
8
Echo "Hello World" TO "f1"
9
MakeLink "l1" "f1"
10
Delete "l1"
11
MakeLink "l1" "f1"
12
MakeLink "l2" "f1"
13
Delete "l1"
14
Delete "l2"
15
MakeLink "l1" "f1"
16
MakeLink "l2" "f1"
17
Delete "l2"
18
MakeLink "l2" "l1"
19
Delete "f1"
20
CD "/"
21
Delete "l1"