mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
3 lines
36 B
Bash
Executable File
3 lines
36 B
Bash
Executable File
#!/bin/bash
|
|
exec "$1" test "${@:2}"
|