3 lines
34 B
Bash
3 lines
34 B
Bash
|
|
#!/bin/sh
|
||
|
|
cp input.txt output.txt
|