7 lines
75 B
Bash
Executable File
7 lines
75 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
python2.7 -m compileall /usr/share/python/ >/dev/null
|
|
|
|
|