Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.5
/
busybox
/
refs/heads/master
/
.
/
busybox-1.19.3
/
testsuite
/
ln
/
ln-preserves-hard-links
blob: 47fb989615450d752cac0b29271c1b03485b1b1e [
file
] [
log
] [
blame
] [
edit
]
echo file number one
>
file1
echo file number two
>
link1
set
+
e
busybox ln file1 link1
if
[
$
?
!=
0
]
;
then
exit
0
;
fi
exit
1
;