Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a better way to filter the last character? #3

Closed
pexcn opened this issue Aug 4, 2018 · 1 comment
Closed

Is there a better way to filter the last character? #3

pexcn opened this issue Aug 4, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@pexcn
Copy link
Owner

pexcn commented Aug 4, 2018

scripts/pac/whitelist.sh#L31

# replace last line `,` to empty
sed -i '$ s/,//g' ${WHITELIST_CONTENT}

# replace last character to empty
sed -i '$ s/.$//g' ${WHITELIST_CONTENT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant