Skip to content

Commit

Permalink
Merge pull request #2 from canonical/terminal-programs
Browse files Browse the repository at this point in the history
Keep terminal programs open until a key is pressed
  • Loading branch information
kenvandine committed Jul 18, 2023
2 parents 2a40515 + 24ecb8a commit 649c7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/glxinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

exec $SNAP/graphics/usr/bin/glxinfo
$SNAP/graphics/usr/bin/glxinfo
read -p "Press any key to continue."
3 changes: 2 additions & 1 deletion src/vulkaninfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

exec $SNAP/graphics/usr/bin/vulkaninfo
$SNAP/graphics/usr/bin/vulkaninfo
read -p "Press any key to continue."

0 comments on commit 649c7c1

Please sign in to comment.