mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# Reset the directory contents.
|
|
|
|
rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript
|