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
032de4e7f4
internet_ml
/
scripts
/
for_folder.sh
9 lines
121 B
Bash
Raw
Normal View
History
Unescape
Escape
update
2022-12-23 13:40:01 +00:00
#!/bin/bash
for
d in */
;
do
[
-L
"
${
d
%/
}
"
]
&&
continue
echo
"
$d
"
cd
"
$d
"
started on research paper
2022-12-24 13:37:17 +00:00
touch main.tex
update
2022-12-23 13:40:01 +00:00
cd
..
done