mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 08:09:05 -06:00
7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Remove markdown extension lines for Cargo publishing
|
|
sed '/^>\[!/d' README.md > CARGO_README.md
|
|
|
|
# Add the modified file to the commit
|
|
git add CARGO_README.md |