milis/bin/chmod_deger.sh

3 lines
55 B
Bash
Executable File

#!/bin/bash
[ $1 ] && stat --format '%a' $1 || exit 1;