# HG changeset patch # User hackbot # Date 1622252215 0 # Node ID 78f5c853fff800945829811f0e64f8ee762f82f3 # Parent 76c3f5cb38e9d9f07c3f8e8fa7698c886e969ae2 bashify /hackenv/bin/jsx diff -r 76c3f5cb38e9 -r 78f5c853fff8 bin/jsx --- a/bin/jsx Sat May 29 01:36:50 2021 +0000 +++ b/bin/jsx Sat May 29 01:36:55 2021 +0000 @@ -1,1 +1,2 @@ +#!/bin/bash node -e "$@"