summaryrefslogtreecommitdiffstats
path: root/src/vfs/shell/helpers/chmod
blob: 75ea02419b5c96f697372e7c5c448267b9d0a68c (plain)
1
2
3
4
5
if chmod ${SHELL_FILEMODE} "/${SHELL_FILENAME}" 2>/dev/null; then
    echo "### 000"
else
    echo "### 500"
fi