initial upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(declare-project
|
||||
:name "DaemonTamer"
|
||||
:description "A simple tool to daemonize any user command")
|
||||
|
||||
(declare-source
|
||||
:source ["dt.janet"])
|
||||
|
||||
(declare-executable
|
||||
:name "dt"
|
||||
:entry "dt.janet"
|
||||
:install true)
|
||||
Reference in New Issue
Block a user