mirror of
https://github.com/bitwarden/ios.git
synced 2026-06-18 14:55:58 -05:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PATH=/usr/local/bin:$PATH
|
|
mint run swiftformat .
|