Print the app being run
This commit is contained in:
parent
272511f058
commit
5df174f24e
@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
||||
#!/bin/bash
|
||||
|
||||
for app in $out/apps/*; do
|
||||
echo "running \$app"
|
||||
\$app/bin/run
|
||||
done
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user