Commit f90c7a5f6aa1421a36c52d54f9670c3a96b1467a

Authored by DarkGod
1 parent 75542bcb

for push events

Showing 1 changed file with 9 additions and 0 deletions
  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
... ...