4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
find 'fabfile' -depth -name '*.pyc' -exec rm {} \;
|
|
tar -czvf contrib/fabfile.tar.gz fabfile
|