mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
clojure -Adev -m app.tests.main;
|