This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
TheGreatConversion
Watch
1
Star
0
Fork
You've already forked TheGreatConversion
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Game project I am working on for #olcCodeJam2020!
olccodejam2020
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.
80
Commits
1
Branch
0
Tags
14 MiB
JavaScript
99.3%
CSS
0.3%
HTML
0.3%
Tag:
Branch:
Tree:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
TheGreatConversion
/
convertto64.sh
5 lines
86 B
Raw
Permalink
Blame
History
rm *.64
for
i in
"
$@
"
;
do
echo
"
Converting
$i
to base 64.
"
base64
$i
>
$i
.64
done
Reference in new issue
View Git Blame
Copy Permalink