tools.utils
Yohn Y.
2025-05-17
6:9fc60d528049
Go to Latest
tools.utils/shell/new-tmp
+ shell утилиты
2 # devel.a0fs.ru -- SA:TOOLS::~/bin/new-tmp -- v0.r202505.1
4 ts="$(date
"+%Y%m%d-%H%M%S")"
8 prefix="$(readlink
-f
"$1")"
10 if !
[ -d
"$prefix" ] ; then
11 echo "ERROR: $prefix not directory"
16 tmp_dir="${prefix}/${ts}"
18 if [ -e
"${tmp_dir}" ] ; then
19 echo "ERROR: $tmp_dir already exists"