4 lines
62 B
Bash
4 lines
62 B
Bash
#! /bin/sh
|
|
|
|
cd /var/lib/mysql && find . -type f | xargs rm -f
|
#! /bin/sh
|
|
|
|
cd /var/lib/mysql && find . -type f | xargs rm -f
|