mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
6 lines
59 B
Bash
6 lines
59 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
clj -Adev -m uxbox.tests.main
|