From b45b2dd73587abeeb0351bf35a2b20d6afddff24 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 20 Aug 2021 10:07:15 -0400 Subject: Added token to launch of example player. Improved stdout messages for players. --- player/tasks.f90 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player/tasks.f90') diff --git a/player/tasks.f90 b/player/tasks.f90 index efc0fe4..de73b01 100644 --- a/player/tasks.f90 +++ b/player/tasks.f90 @@ -42,6 +42,8 @@ contains shell = .false. + Print *, "Command: "//trim(command) + if(is_absolute_path(directory)) then call chdir(directory) else -- cgit v1.2.3