zoneminder/distros/opensuse/jscalendar.sh

8 lines
144 B
Bash
Raw Normal View History

2014-03-19 11:31:58 +08:00
#!/bin/bash
unzip -o jscalendar-1.0.zip
mkdir -v jscalendar-doc
cd jscalendar-1.0
mv -v *html *php doc/* README ../jscalendar-doc
rmdir -v doc