mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
7 lines
150 B
Bash
Executable file
7 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git mv $1/73.gif $1/70n.gif
|
|
git mv $1/72.gif $1/73.gif
|
|
git mv $1/71.gif $1/72.gif
|
|
git mv $1/70.gif $1/71.gif
|
|
git mv $1/70n.gif $1/70.gif
|