-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest
executable file
·28 lines (25 loc) · 874 Bytes
/
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
# This file is part of termpong.
#
# Copyright (c) 2019 Andrew Steel <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-only
#
# The GNU General Public License Version 3 only:
#
# This is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License Version 3
# as published by the Free Software Foundation.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this file. If not, see <https://www.gnu.org/licenses/>.
ROOT="$(cd "$(dirname "${0}")"; pwd)/.."
"${ROOT}/build/build" \
-Wall \
"${@}" \
&& "${ROOT}/bin/termpong"