7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
find /usr/share/python/ -name '*.py[oc]' -delete
|
|
|
|
|