core/tools/postprocess

8 lines
105 B
Plaintext
Raw Normal View History

2023-06-18 23:29:57 +02:00
#!/usr/bin/env sh
path_input=$1
path_output=$2
cp ${path_input} ${path_output}
chmod +x ${path_output}