mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04: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
|