aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 22:05:41 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-20 22:05:41 +0200
commit327daf7357e3b69db2d9a922a1de96f31f724cd6 (patch)
treeef68d9864b4b45038a06c65a5302bd02c0398d45
parent9364d710205903ac387e3991b742ddfec842d142 (diff)
downloadpatches-327daf7357e3b69db2d9a922a1de96f31f724cd6.tar.gz
savepatch: Echo written file
-rwxr-xr-xsavepatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/savepatch b/savepatch
index ae0984f..f4c2bd6 100755
--- a/savepatch
+++ b/savepatch
@@ -33,3 +33,4 @@ if [ -e "$root/$dir/$1" ]; then
fi
cat > "$root/$dir/$1"
+echo "$root/$dir/$1"