Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
find . -type d -printf "%f\n" > file_list.tmp
sed -i -e 's/^/"/g' -e 's/$/"/g' -e '1d' file_list.tmp
mkdir origin/ converted/
function run_convert(){
f_in=$@
f_out=$(echo ${f_in}|sed 's/$/\.zip/g')
<html>
<head>
<hta:APPLICATION
CAPTION="no"
SCROLL="no"