d
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
SCRIPT_DIR=$(cd "$(dirname "$0")" ; pwd -P)
|
||||
|
||||
tsc $SCRIPT_DIR/memorySide.ts --outfile $SCRIPT_DIR/JavaScript/memorySide.js
|
||||
$SCRIPT_DIR/../toSwift $SCRIPT_DIR/memorySide.ts $SCRIPT_DIR/Swift/memorySide.swift
|
||||
|
||||
tsc memorySide.ts --outfile JavaScript/memorySide.js
|
||||
|
||||
3
toSwift
Executable file
3
toSwift
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.log("Converting to Swift");
|
||||
Reference in New Issue
Block a user