From a466558ccfa8d5d14135e8b0010fb97a53e9052d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 29 Dec 2018 17:33:43 -0200 Subject: Print realpath of generated files. --- pastebin/website-pastebin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pastebin') 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`; -- cgit v1.2.3