Keybase proof
I hereby claim:
- I am jegge on github.
- I am jegge (https://keybase.io/jegge) on keybase.
- I have a public key ASBlEFRs-Gw_0MYWU5Q_TAufkKsaIoIgMJKIcew84OTZRwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// | |
// DirectoryWatcher.swift | |
// | |
// Created by Sebastian Boettcher on 16.07.17. | |
// Copyright © 2017 Sebastian Boettcher. All rights reserved. | |
// | |
// License: MIT | |
// | |
import Foundation |
"Test_a" = "AAAAA"; | |
"Test_b" = "BBBBB"; | |
"Test_c" = "CCCCC"; | |
"Test_d" = "DDDDD"; |
// | |
// TextReader.swift | |
// | |
// Created by Sebastian Boettcher on 05.09.19. | |
// Copyright © 2019 Sebastian Boettcher. All rights reserved. | |
// | |
import Foundation | |
private func isReadable (fileHandle: FileHandle) -> Bool { |