mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd ${TEXTTEST_HOME}/lua
|
|
exec ./lua src/main.lua "$@"
|