Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
testsuite
/
ln
/
ln-preserves-soft-links
blob: 3a49bedf40ae3d7f9a6471db13118e222a3ef2a4 [
file
] [
log
] [
blame
]
echo file number one
>
file1
echo file number two
>
link1
set
+
e
busybox ln
-
s file1 link1
if
[
$
?
!=
0
]
;
then
exit
0
;
fi
exit
1
;