8 lines
223 B
Bash
Executable File
8 lines
223 B
Bash
Executable File
#!/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
|
|
|