Skip to content

Commit 8f466f3

Browse files
committed
littlebugStorm.shをプロトタイプ追加
1 parent 6eea5d8 commit 8f466f3

File tree

2 files changed

+769
-0
lines changed

2 files changed

+769
-0
lines changed

littlebugStorm.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
export lang=ja_jp.utf-8
3+
4+
########################################################################################
5+
# littlebug.shを特定のディレクトリ配下ファイル全てに実施する
6+
########################################################################################
7+
8+
for FILE in ${1}/*
9+
do
10+
bash littlebug.sh 1 $FILE
11+
done

0 commit comments

Comments
 (0)