root/src/vfs/shell/helpers/hardlink

/* [previous][next][first][last][top][bottom][index][help]  */
FILEFROM="/${SHELL_FILEFROM}"
FILETO="/${SHELL_FILETO}"
if ln "${FILEFROM}" "${FILETO}" 2>/dev/null; then
   echo "### 000"
else
   echo "### 500"
fi

/* [previous][next][first][last][top][bottom][index][help]  */