mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
9 lines
80 B
Bash
Executable File
9 lines
80 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
ctpp2c=$1
|
|
SOURCE=$(pwd)/$2
|
|
DEST=$3
|
|
|
|
$ctpp2c $SOURCE $DEST
|