Added script

master
Leo Coogan 5 years ago
parent 68899fc73c
commit 6df21b5a19

@ -37,3 +37,5 @@ Copyright (c) 2010 magical - nlzss, nlzss-c, licensed under the MIT license. A l
Copyright (c) 202x Stéphane Peter - makeself, licensed under GPLv2.0 or later. A license copy is provided in LICENSES/LICENSES/GPL-2.0-or-later.txt. Copyright (c) 202x Stéphane Peter - makeself, licensed under GPLv2.0 or later. A license copy is provided in LICENSES/LICENSES/GPL-2.0-or-later.txt.
db is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt. db is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt.
eliza is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt.

@ -6,6 +6,7 @@ A collection of useful scripts. These scripts are written by various authors. At
|----------------|-----------------------------------------------------------------------| |----------------|-----------------------------------------------------------------------|
| abc | A Binary Comparison tool. | | abc | A Binary Comparison tool. |
| db | Quickly cd into specific directories using short aliases. | | db | Quickly cd into specific directories using short aliases. |
| eliza | Runs the perl clone of the Eliza chatbot. |
| ffconv | Batch convert mkvs to mp4s. | | ffconv | Batch convert mkvs to mp4s. |
| ffconv-a | Batch convert from one format to another. | | ffconv-a | Batch convert from one format to another. |
| ffconv-ar | Batch convert from one format to another without preserving metadata. | | ffconv-ar | Batch convert from one format to another without preserving metadata. |

@ -0,0 +1,5 @@
#!/bin/perl
use Chatbot::Eliza
$bot = new Chatbot::Eliza;
$bot->command_interface;
Loading…
Cancel
Save