-
由 Dmitriy Zaporozhets 创作于
Use /file_hooks directory for File Hooks to be in sync with feature name. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
由 Dmitriy Zaporozhets 创作于Use /file_hooks directory for File Hooks to be in sync with feature name. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
save_to_file.clj 79 B
#!/usr/bin/env clojure
(let [in (slurp *in*)]
(spit "/tmp/clj-data.txt" in))