Skip to content

Commit

Permalink
Comment out echoing all script lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Sep 22, 2024
1 parent 7bb3d63 commit 536a46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulator/resources/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -x
# Uncomment this to print all script lines
# set -x

if [ -e swadge_emulator ]; then
BIN_SRC="swadge_emulator"
Expand Down

0 comments on commit 536a46a

Please sign in to comment.