https://github.com/willdoescode/lh
like lu but in c
https://github.com/willdoescode/lh
c ls
Last synced: 28 days ago
JSON representation
like lu but in c
- Host: GitHub
- URL: https://github.com/willdoescode/lh
- Owner: willdoescode
- Created: 2021-09-16T03:40:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T17:00:28.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:47:26.033Z (about 1 month ago)
- Topics: c, ls
- Language: C
- Homepage:
- Size: 206 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LH

### Build
```shell
gcc -std=c17 *.c -o lh
```### Run
```shell
./lh
```