-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
862c30e
commit 5de3f34
Showing
5 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
files=( | ||
'文字檔案 1.txt' | ||
'另一個文件_2.txt' | ||
'空的/' | ||
'資料夾_1/文字檔案 3.txt' | ||
'資料夾_1/另一個文件 4.txt' | ||
'資料夾 2/文字檔案 5.txt' | ||
'資料夾 2/空的/' | ||
'資料夾 2/子資料夾/文字檔案 6.txt' | ||
'資料夾 2/子資料夾/另一個文件_7.txt' | ||
'資料夾 2/子資料夾 2/空的/' | ||
) | ||
|
||
proto="$PROTO_V3" | ||
|
||
. scripts/common/x.4.x_send_files.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
files=( | ||
'file 1.txt' | ||
'file_2.txt' | ||
'empty/' | ||
'sub/file 3.txt' | ||
'sub/file 4.txt' | ||
'sub 1/file 5.txt' | ||
'sub 1/empty 1/' | ||
'sub 1/subsub/file 6.txt' | ||
'sub 1/subsub/file_7.txt' | ||
'sub 1/subsub_2/empty 2/' | ||
) | ||
|
||
proto="$PROTO_V3" | ||
|
||
. scripts/common/x.4.x_send_files.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters