ficdown/scripts/run.sh

5 lines
92 B
Bash
Executable File

#!/bin/sh
DIR=`dirname $0`
mono $DIR/../Ficdown.Console/bin/Debug/Ficdown.Console.exe "$@"