7 lines
100 B
Plaintext
Raw Normal View History

cat > test.js << EOF
print("Hi");
print(parseInt("3").toLocaleString());
EOF
$TILDEFRIENDS test.js