diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 17:33:43 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 17:33:43 -0200 |
commit | a466558ccfa8d5d14135e8b0010fb97a53e9052d (patch) | |
tree | 976902bf0de01cb543e6563100090c0435da5234 /pastebin | |
parent | Run podchecker in Nix test step. (diff) | |
download | euandre.org-a466558ccfa8d5d14135e8b0010fb97a53e9052d.tar.gz euandre.org-a466558ccfa8d5d14135e8b0010fb97a53e9052d.tar.xz |
Print realpath of generated files.
Diffstat (limited to '')
-rwxr-xr-x | pastebin/website-pastebin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pastebin/website-pastebin b/pastebin/website-pastebin index 8512490..a964449 100755 --- a/pastebin/website-pastebin +++ b/pastebin/website-pastebin @@ -88,3 +88,5 @@ my $slug = slugify($title); $out = "$dirname/../site/pastebin/$slug.org"; envsubst(); + +print `realpath $out`; |