mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-06 19:20:51 +00:00
7 lines
62 B
Bash
Executable File
7 lines
62 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
set -e
|
|
|
|
cargo run "$@" -- \
|
|
-p profile.json
|