This website works better with JavaScript.
Explore
Help
Register
Sign In
jorge
/
my_scripts
mirror of
https://github.com/jorgevasquezp/my_scripts
Watch
1
Star
0
Fork
You've already forked my_scripts
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aca1cdd6ca
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aca1cdd6ca'
${ noResults }
my_scripts
/
bash
/
collect.sh
10 lines
84 B
Raw
Blame
History
export
IFS
=
$'\n'
;
for
i
;
do
for
j in
$(
cat
"
$i
"
)
;
do
cp
"
$j
"
.
done
;
done
;
Reference in new issue
View Git Blame
Copy Permalink