This website requires JavaScript.
Explore
Help
Sign In
thamognya
/
internet_ml
Watch
1
Star
1
Fork
You've already forked internet_ml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
35ba0dcac6
internet_ml
/
scripts
/
for_folder.sh
9 lines
121 B
Python
Raw
Blame
History
#!/bin/bash
for
d
in
*
/
;
do
[
-
L
"
$
{
d
%
/}
"
]
&
&
continue
echo
"
$d
"
cd
"
$d
"
touch
main
.
tex
cd
.
.
done
View Git Blame
Copy Permalink