Skip to content

Commit 7f64603

Browse files
authored
assets/demo: Use the eval built-in command for typed commands (#74)
Signed-off-by: timflannagan <[email protected]>
1 parent b2a009f commit 7f64603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/demo/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type() {
2626
done
2727
echo ""
2828
sleep 0.25
29-
$1
29+
eval $1
3030
[[ "$INTERACTIVE" == "1" ]] && read -p ""
3131
}
3232

0 commit comments

Comments
 (0)