mirror of
https://github.com/python/cpython.git
synced 2024-11-24 17:47:13 +01:00
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Reset the directory contents.
|
|
|
|
rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript
|