mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-14 11:52:04 +00:00
3 lines
42 B
Bash
3 lines
42 B
Bash
|
#!/bin/bash
|
||
|
sed -E "s/^(.*)\. \[.*$/\1./"
|