index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
staging-input-files.scm
blob: 5f7fdfb9664924d1ef8d1d52905b49f7f39e2ab4 (
plain
)
1
2
3
(
command
#:inputs
(
file
#:type
File
#:stage?
#t
)
#:run
"cat"
"./$(inputs.file.basename)"
)