Skip to content

Commit 8f4bda9

Browse files
committed
[fix] : Fixed SC2005
1 parent 0b7ca84 commit 8f4bda9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/wizard.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ msg_n() {
6565

6666
# Usage: getclm <number>
6767
# 標準入力から値を受けとり、引数で指定された列を抽出します。
68-
getclm() {
69-
echo "$(cat -)" | cut -d " " -f "${1}"
70-
}
68+
getclm() { cut -d " " -f "${1}"; }
7169

7270
# 使い方
7371
Function_Global_help() {

0 commit comments

Comments
 (0)