4 lines
55 B
Text
4 lines
55 B
Text
touch foo
|
|
ln -s foo bar
|
|
busybox cp bar baz
|
|
test -f baz
|
touch foo
|
|
ln -s foo bar
|
|
busybox cp bar baz
|
|
test -f baz
|