mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 17:46:07 -06: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 .
|