mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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
|