7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/bash
|
|
|
|
rm -rf *.tar.gz
|
|
rm -rf 2023*.txt
|
|
|
|
mc rm demo/cmlc-installation/tmp/
|