zoneminder/distros/opensuse/jscalendar.sh

8 lines
144 B
Bash
Executable File

#!/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