mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 01:16:25 -06:00
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Remove all lines starting with >[! from CARGO_README.md
|
|
sed -i '/^>\[!/d' CARGO_README.md
|
|
|
|
# Add the modified file to the commit
|
|
git add CARGO_README.md |