Files
2026-07-13 12:46:20 +08:00

6 lines
59 B
JavaScript

const { rm } = require('shelljs')
rm('-rf', [
'work'
])