mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
* add ./t2 conf short for config
git-svn-id: https://svn.exactcode.de/t2/trunk@73181 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
parent
2c4902ecd7
commit
51b26e9165
17
t2
17
t2
@ -1,14 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# T2 SDE: t2
|
||||
# Copyright (C) 2023 - 2024 The T2 SDE Project
|
||||
#
|
||||
# This Copyright note is generated by scripts/Create-CopyPatch,
|
||||
# more information can be found in the files COPYING and README.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
# --- T2-COPYRIGHT-BEGIN ---
|
||||
# t2/t2
|
||||
# Copyright (C) 2023 - 2025 The T2 SDE Project
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# --- T2-COPYRIGHT-END ---
|
||||
|
||||
top=$(readlink -f $0)
|
||||
[ "$top" ] && cd ${top%/*}
|
||||
@ -65,7 +60,7 @@ for a; do
|
||||
done
|
||||
|
||||
case "$cmd" in
|
||||
config) exec scripts/Config "${args[@]}" ;;
|
||||
conf|config) exec scripts/Config "${args[@]}" ;;
|
||||
bootstrap) exec scripts/Bootstrap "${args[@]}" ;;
|
||||
build) exec scripts/Build-Pkg "${args[@]}" ;;
|
||||
build-target) exec scripts/Build-Target "${args[@]}" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user