Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
testsuite
/
ln
/
ln-creates-hard-links
blob: 2f6e23f9a154a318065a842ede9f1c239108f4d2 [
file
] [
log
] [
blame
]
echo file number one
>
file1
busybox ln file1 link1
test
-
f file1
test
-
f link1