5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
DIR=`dirname $0`
|
||
|
mono $DIR/../Ficdown.Console/bin/Debug/Ficdown.Console.exe "$@"
|