├── CMakeLists.txt ├── LICENSE ├── README.md ├── clean-repo.sh ├── main.c └── nosleep.yml /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/README.md -------------------------------------------------------------------------------- /clean-repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/clean-repo.sh -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/main.c -------------------------------------------------------------------------------- /nosleep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamelessGhoul0/nosleep/HEAD/nosleep.yml --------------------------------------------------------------------------------