This website works better with JavaScript.
Home
Explore
Help
Sign In
lucid
/
scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
added json
master
lucid
2 years ago
parent
3135ba633b
commit
8fb8bcbc0f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BASH/create_empty_files.sh
+ 1
- 1
BASH/create_empty_files.sh
View File
@ -2,7 +2,7 @@
mkdir
"empty_files"
cd
"empty_files"
FILE_EXT
=
(
doc docx gif flac mkv pdf pps ppsx ppt pptx xls xlsx
)
FILE_EXT
=
(
doc docx gif
json
flac mkv pdf pps ppsx ppt pptx xls xlsx
)
for
ext in
"
${
FILE_EXT
[@]
}
"
do
touch
"
$ext
.
$ext
"
Write
Preview
Loading…
Cancel
Save