copy.sh (115B)
1 #!/bin/sh 2 set -eu 3 4 source_path=$("$KIT" build source input.txt) 5 /bin/cp "$source_path" "$KIT_BUILD_OUT/result.txt"