Toggle navigation
This project
Loading...
Sign in
K'van
/
Tales of MajEyal
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
f90c7a5f6aa1421a36c52d54f9670c3a96b1467a
Authored by
DarkGod
2013-11-11 19:13:06 +0100
1 parent
75542bcb
for push events
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
utils/base64_images.sh
utils/base64_images.sh
0 → 100755
View file @
f90c7a5
1
+
#!/bin/bash
2
+
3
+
event
=
$1
4
+
shift
1
5
+
6
+
for
img
in
$*
;
do
7
+
data
=
`
base64
"
$img
"
`
8
+
echo
"core.display.virtualImage('/data/gfx/shockbolt/
$event
/
$img
', mime.unb64[[
$data
]])"
9
+
done
...
...
Please
register
or
login
to post a comment