1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add the first ver of the script.

This commit is contained in:
Shlomi Fish 2018-05-09 18:06:17 +03:00
parent d88d43025c
commit 5c663272c5

View file

@ -0,0 +1,13 @@
#! /bin/sh
#
# y.sh
# Copyright (C) 2018 shlomif <shlomif@cpan.org>
#
# Distributed under terms of the MIT license.
#
rm -fr PySolFC-2.2.0
make dist
rm -fr PySolFC-2.2.0
tar -xvf dist/PySolFC-2.2.0.tar.xz
(cd PySolFC-2.2.0 && make test)