fs - simple file server

Makefile at [e81f9f06dd]
Login

Makefile at [e81f9f06dd]

File Makefile artifact c6dbabea5f part of check-in e81f9f06dd


fs : src/fs.cr shard.lock
	crystal build --no-color src/fs.cr

shard.lock : shard.yml
	shards install