6 lines
49 B
Bash
6 lines
49 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo rm -vrf ./work_*
|
||
|
|
||
|
echo "Ready"
|