0
0
Fork
You've already forked cat
0
A smaller, less bloated cat program written in about 5 lines of haskell.
cat
  • Haskell 100%
Find a file
2022年07月11日 16:10:16 +03:00
cat cat 2022年01月10日 23:47:03 +02:00
.gitignore 2022年01月10日 01:49:32 +02:00
license add license 2022年01月09日 23:51:29 +00:00
package.yaml cat 2022年01月10日 23:47:03 +02:00
readme cat 2022年01月10日 23:47:03 +02:00
stack.yaml 2022年07月11日 16:10:16 +03:00

A cat program in 5 lines, also it's written in haskell.
Installation instructions:
- git clone --depth=1 https://gitlab.com/exorcist365/cat
- cd cat
* stack install --local-bin-path=bin/
- then just move the binary from ./bin/cat to somewhere in $PATH
*: You will need either ghc, cabal or stack in order to compile cat.