mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 17:52:15 +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
|