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