5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
tar -xzf wxPython-*.gz
|
|
rm -r wxPython-*/packaging
|
|
tar -czf wxPython-*.gz wxPython-*/
|