mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
ac5c6ceff3
* more-tests pt.1 * useCellar() is overkill here. Co-authored-by: Jacob Heider <jacob@tea.xyz>
7 lines
93 B
Bash
Executable file
7 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eo pipefail
|
|
|
|
for x in $(scripts/ls.ts); do
|
|
scripts/test.ts $x --magic
|
|
done
|