Adding argument to pic

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-22 17:41:48 +02:00 committed by GitHub
parent 163f78b664
commit a673b4549c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ ls - List the files in the current directory.
cd - Changes the directory. cd - Changes the directory.
clear - Clear the screen. clear - Clear the screen.
exit - Close the connection with the server.c exit - Close the connection with the server.c
pic - Returns the ascii art of an image. :-) pic <filename> - Returns the ascii art of an image. :-)
``` ```
#### Sending commands via netcat #### Sending commands via netcat