mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
7 lines
49 B
Bash
7 lines
49 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf html
|
||
|
rm -rf latex
|
||
|
rm -rf *~
|
||
|
|