4 lines
33 B
Bash
Executable File
4 lines
33 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cp $1 $1.org |