libkiwix/scripts/ctpp2c.sh

9 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
ctpp2c=$1
SOURCE=$(pwd)/$2
DEST=$3
$ctpp2c $SOURCE $DEST