repo.or.cz
/
pysize.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tell that the default min-size is 'auto'
[pysize.git]
/
pysize.sh
blob
c3046529d443c8560f016efbcad657c008a541fa
1
#!/bin/sh
2
3
# Script to test pysize without installing it
4
5
SCRIPTDIR
=
$
(
dirname
"
$0
"
)
# Yeah I know, it can be inaccurate
6
PYTHONPATH
=
"
$SCRIPTDIR
:
$PYTHONPATH
"
exec
"
$SCRIPTDIR
/bin/pysize"
"$@"