mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
9 lines
203 B
Bash
9 lines
203 B
Bash
|
VERSION=0.2
|
||
|
|
||
|
if [ -e config.h ]; then
|
||
|
echo "config.h file already exists."
|
||
|
exit 1
|
||
|
fi
|
||
|
echo "2bwm-$VERSION.tar.gz -> config.h"
|
||
|
gzip -d < 2bwm-$VERSION.tar.gz | tar xO 2bwm-$VERSION/config.h > config.h
|