Release 5.5.23
[platform/core/system/crash-worker.git] / dump_scripts / move_dump.sh
1 #!/bin/sh
2
3 PATH=/bin:/usr/bin:/sbin:/usr/sbin
4
5 . /etc/tizen-platform.conf
6
7 set -ex
8
9 DEST="$1/dump"
10 mkdir -p "$DEST"
11 mv -f "${TZ_SYS_CRASH}"/* "$DEST"/
12