Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
testsuite
/
ln
/
ln-force-creates-soft-links
blob: cab8d1db7d079cd4227e820f44414b53809dd0de [
file
] [
log
] [
blame
]
echo file number one
>
file1
echo file number two
>
link1
busybox ln
-
f
-
s file1 link1
test
-
L link1
test xfile1
=
x
`readlink link1`