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