4 lines
116 B
Bash
Executable file
4 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
SCOURVER="0.09"
|
|
tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt
|
|
gzip scour-$SCOURVER.tar
|